#6026C3

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

Shades of Purple Heart #6026C3

Tints of Purple Heart #6026C3

Color information

#6026C3 (or 0x6026C3) is unknown color: approx Purple Heart. HEX triplet: 60, 26 and C3. RGB value is (96,38,195). Sum of RGB (Red+Green+Blue) = 96+38+195=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 195 (76.56% from 255 or 59.27% from 329); Max value from RGB is 195 - color contains mainly: blue. Hex color #6026C3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6026C3 is #9FD93C. Grayscale: #484848. Windows color (decimal): -10475837 or 12789344. OLE color: 12789344.

HSL color Cylindrical-coordinate representation of color #6026C3: hue angle of 262.17º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6026C3 is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9638195-
CMYK0.510.8100.24
HSL262.17º67.38%45.69%-
HSV(B)262.17º80.51%76.47%-
XYZ15.377.8152.33-
YUV73.24196.72144.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.18%
GREEN value IS 38 (15.23% from 255) = 11.55%
BLUE value IS 195 (76.56% from 255) = 59.27%
R=29.18%
G=11.55%
B=59.27%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal96381950.510.8100.24262.1767.3845.69
Hex6026C33351018106432e
Octal140463036312103040610356
Binary11000001001101100001111001110100010110001000001101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6026C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6026C3; }

 p { color: rgb(96,38,195); }

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

<style>
 a { background-color: #6026C3; }

 a { background-color: rgb(96,38,195); }

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

<style>
 span { border-color: #6026C3; }

 span { border-color: rgb(96,38,195); }

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