Html Css Color HEX #6023CE Purple Heart

📋 copy color: '#6023CE'

red 96 ◦ green 35 ◦ blue 206

#6023CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6023CE

Tints of Purple Heart #6023CE

RGB

 RED value IS 96 (37.89% from 255) = 28.49%

 GREEN value IS 35 (14.06% from 255) = 10.39%

 BLUE value IS 206 (80.86% from 255) = 61.13%

R = 28.49%
G = 10.39%
B = 61.13%

CMYK

 C value IS 0.53

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6023CE (or 0x6023CE) is known color: Purple Heart. HEX triplet: 60, 23 and CE. RGB value is (96,35,206). Sum of RGB (Red+Green+Blue) = 96+35+206=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #6023CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6023CE is #9FDC31. Grayscale: #484848. Windows color (decimal): -10476594 or 13509472. OLE color: 13509472.

HSL color Cylindrical-coordinate representation of color #6023CE: hue angle of 261.4º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6023CE is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 35 206 -
CMYK 0.53 0.83 0 0.19
HSL 261.4º 0.71% 0.47% -
HSV(B) 261.4º 0.83% 0.81% -
XYZ 16.57 8.15 59.09 -
YUV 72.73 203.21 144.6 -
System Red Green Blue C M Y K H S L
Decimal 96 35 206 0.53 0.83 0 0.19 261.4 0.71 0.47
Hex 60 23 CE 35 53 0 13 105 47 2F
Octal 140 43 316 65 123 0 23 405 107 57
Binary 1100000 100011 11001110 110101 1010011 0 10011 100000101 1000111 101111

Color Harmonies of #6023CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6023CE

Black with #6023CE

Text Example


Text Example

White with #6023CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6023CE;
 }
 .AnyTagClassName
 {
   color: #6023CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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