#6023BF

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

Shades of Purple Heart #6023BF

Tints of Purple Heart #6023BF

Color information

#6023BF (or 0x6023BF) is unknown color: approx Purple Heart. HEX triplet: 60, 23 and BF. RGB value is (96,35,191). Sum of RGB (Red+Green+Blue) = 96+35+191=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 191 (75% from 255 or 59.32% from 322); Max value from RGB is 191 - color contains mainly: blue. Hex color #6023BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6023BF is #9FDC40. Grayscale: #464646. Windows color (decimal): -10476609 or 12526432. OLE color: 12526432.

HSL color Cylindrical-coordinate representation of color #6023BF: hue angle of 263.46º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6023BF is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9635191-
CMYK0.500.8200.25
HSL263.46º69.03%44.31%-
HSV(B)263.46º81.68%74.9%-
XYZ14.837.4549.95-
YUV71.02195.71145.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.81%
GREEN value IS 35 (14.06% from 255) = 10.87%
BLUE value IS 191 (75% from 255) = 59.32%
R=29.81%
G=10.87%
B=59.32%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal96351910.500.8200.25263.4669.0344.31
Hex6023BF3252019107452c
Octal140432776212203140710554
Binary11000001000111011111111001010100100110011000001111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6023BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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