#6023B7

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

Shades of Purple Heart #6023B7

Tints of Purple Heart #6023B7

Color information

#6023B7 (or 0x6023B7) is unknown color: approx Purple Heart. HEX triplet: 60, 23 and B7. RGB value is (96,35,183). Sum of RGB (Red+Green+Blue) = 96+35+183=314 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.57% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 183 (71.88% from 255 or 58.28% from 314); Max value from RGB is 183 - color contains mainly: blue. Hex color #6023B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6023B7 is #9FDC48. Grayscale: #454545. Windows color (decimal): -10476617 or 12002144. OLE color: 12002144.

HSL color Cylindrical-coordinate representation of color #6023B7: hue angle of 264.73º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6023B7 is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB9635183-
CMYK0.480.8100.28
HSL264.73º67.89%42.75%-
HSV(B)264.73º80.87%71.76%-
XYZ13.977.1145.44-
YUV70.11191.71146.47-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.57%
GREEN value IS 35 (14.06% from 255) = 11.15%
BLUE value IS 183 (71.88% from 255) = 58.28%
R=30.57%
G=11.15%
B=58.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal96351830.480.8100.28264.7367.8942.75
Hex6023B7305101C109442b
Octal140432676012103441110453
Binary11000001000111011011111000010100010111001000010011000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6023B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6023B7; }

 p { color: rgb(96,35,183); }

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

<style>
 a { background-color: #6023B7; }

 a { background-color: rgb(96,35,183); }

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

<style>
 span { border-color: #6023B7; }

 span { border-color: rgb(96,35,183); }

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