Html Css Color HEX #6027CE Purple Heart

📋 copy color: '#6027CE'

red 96 ◦ green 39 ◦ blue 206

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

Shades of Purple Heart #6027CE

Tints of Purple Heart #6027CE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.44%

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

R = 28.15%
G = 11.44%
B = 60.41%

CMYK

 C value IS 0.53

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6027CE (or 0x6027CE) is known color: Purple Heart. HEX triplet: 60, 27 and CE. RGB value is (96,39,206). Sum of RGB (Red+Green+Blue) = 96+39+206=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #6027CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6027CE is #9FD831. Grayscale: #4A4A4A. Windows color (decimal): -10475570 or 13510496. OLE color: 13510496.

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

Color convert

RGB 96 39 206 -
CMYK 0.53 0.81 0 0.19
HSL 260.48º 0.68% 0.48% -
HSV(B) 260.48º 0.81% 0.81% -
XYZ 16.69 8.39 59.13 -
YUV 75.08 201.88 142.92 -
System Red Green Blue C M Y K H S L
Decimal 96 39 206 0.53 0.81 0 0.19 260.48 0.68 0.48
Hex 60 27 CE 35 51 0 13 104 44 30
Octal 140 47 316 65 121 0 23 404 104 60
Binary 1100000 100111 11001110 110101 1010001 0 10011 100000100 1000100 110000

Color Harmonies of #6027CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6027CE

Black with #6027CE

Text Example


Text Example

White with #6027CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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