#6528C4

Color #6528C4 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6528C4

Tints of Purple Heart #6528C4

Color information

#6528C4 (or 0x6528C4) is unknown color: approx Purple Heart. HEX triplet: 65, 28 and C4. RGB value is (101,40,196). Sum of RGB (Red+Green+Blue) = 101+40+196=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 196 (76.95% from 255 or 58.16% from 337); Max value from RGB is 196 - color contains mainly: blue. Hex color #6528C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6528C4 is #9AD73B. Grayscale: #4B4B4B. Windows color (decimal): -10147644 or 12855397. OLE color: 12855397.

HSL color Cylindrical-coordinate representation of color #6528C4: hue angle of 263.46º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6528C4 is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB10140196-
CMYK0.480.8000.23
HSL263.46º66.1%46.27%-
HSV(B)263.46º79.59%76.86%-
XYZ16.098.2752.97-
YUV76.02195.71145.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 29.97%
GREEN value IS 40 (16.02% from 255) = 11.87%
BLUE value IS 196 (76.95% from 255) = 58.16%
R=29.97%
G=11.87%
B=58.16%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal101401960.480.8000.23263.4666.146.27
Hex6528C43050017107422e
Octal145503046012002740710256
Binary11001011010001100010011000010100000101111000001111000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6528C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6528C4; }

 p { color: rgb(101,40,196); }

 H1.HeaderClassName
 {
   color: #6528C4;
 }
 .AnyTagClassName
 {
   color: #6528C4;
 }
</style>
background-color css

<style>
 a { background-color: #6528C4; }

 a { background-color: rgb(101,40,196); }

 div.DivClassName
 {
   background-color: #6528C4;
 }
 .BgClassName
 {
   background-color: #6528C4;
 }
</style>
border-color css

<style>
 span { border-color: #6528C4; }

 span { border-color: rgb(101,40,196); }

 td.TdClassName
 {
   border-color: #6528C4;
 }
 .TagClassName
 {
   border-color: #6528C4;
 }
</style>