Html Css Color HEX #6118CE Purple Heart

📋 copy color: '#6118CE'

red 97 ◦ green 24 ◦ blue 206

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

Shades of Purple Heart #6118CE

Tints of Purple Heart #6118CE

RGB

 RED value IS 97 (38.28% from 255) = 29.66%

 GREEN value IS 24 (9.77% from 255) = 7.34%

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

R = 29.66%
G = 7.34%
B = 63%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6118CE (or 0x6118CE) is known color: Purple Heart. HEX triplet: 61, 18 and CE. RGB value is (97,24,206). Sum of RGB (Red+Green+Blue) = 97+24+206=327 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.66% from 327); Green value is 24 (9.77% from 255 or 7.34% from 327); Blue value is 206 (80.86% from 255 or 63.00% from 327); Max value from RGB is 206 - color contains mainly: blue. Hex color #6118CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6118CE is #9EE731. Grayscale: #414141. Windows color (decimal): -10413874 or 13506657. OLE color: 13506657.

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

Color convert

RGB 97 24 206 -
CMYK 0.53 0.88 0 0.19
HSL 264.07º 0.79% 0.45% -
HSV(B) 264.07º 0.88% 0.81% -
XYZ 16.4 7.65 59.01 -
YUV 66.58 206.68 149.7 -
System Red Green Blue C M Y K H S L
Decimal 97 24 206 0.53 0.88 0 0.19 264.07 0.79 0.45
Hex 61 18 CE 35 58 0 13 108 4F 2D
Octal 141 30 316 65 130 0 23 410 117 55
Binary 1100001 11000 11001110 110101 1011000 0 10011 100001000 1001111 101101

Color Harmonies of #6118CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6118CE

Black with #6118CE

Text Example


Text Example

White with #6118CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,24,206); }

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

background-color css

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

 a { background-color: rgb(97,24,206); }

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

border-color css

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

 span { border-color: rgb(97,24,206); }

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