#6025B8

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

Shades of Purple Heart #6025B8

Tints of Purple Heart #6025B8

Color information

#6025B8 (or 0x6025B8) is unknown color: approx Purple Heart. HEX triplet: 60, 25 and B8. RGB value is (96,37,184). Sum of RGB (Red+Green+Blue) = 96+37+184=317 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.28% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 184 (72.27% from 255 or 58.04% from 317); Max value from RGB is 184 - color contains mainly: blue. Hex color #6025B8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6025B8 is #9FDA47. Grayscale: #464646. Windows color (decimal): -10476104 or 12068192. OLE color: 12068192.

HSL color Cylindrical-coordinate representation of color #6025B8: hue angle of 264.08º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6025B8 is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB9637184-
CMYK0.480.8000.28
HSL264.08º66.52%43.33%-
HSV(B)264.08º79.89%72.16%-
XYZ14.147.2746.01-
YUV71.4191.55145.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.28%
GREEN value IS 37 (14.84% from 255) = 11.67%
BLUE value IS 184 (72.27% from 255) = 58.04%
R=30.28%
G=11.67%
B=58.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal96371840.480.8000.28264.0866.5243.33
Hex6025B8305001C108432b
Octal140452706012003441010353
Binary11000001001011011100011000010100000111001000010001000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6025B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6025B8; }

 p { color: rgb(96,37,184); }

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

<style>
 a { background-color: #6025B8; }

 a { background-color: rgb(96,37,184); }

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

<style>
 span { border-color: #6025B8; }

 span { border-color: rgb(96,37,184); }

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