Html Css Color HEX #6116CE Purple Heart

📋 copy color: '#6116CE'

red 97 ◦ green 22 ◦ blue 206

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

Shades of Purple Heart #6116CE

Tints of Purple Heart #6116CE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.77%

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

R = 29.85%
G = 6.77%
B = 63.38%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6116CE (or 0x6116CE) is known color: Purple Heart. HEX triplet: 61, 16 and CE. RGB value is (97,22,206). Sum of RGB (Red+Green+Blue) = 97+22+206=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 22 (8.98% from 255 or 6.77% from 325); Blue value is 206 (80.86% from 255 or 63.38% from 325); Max value from RGB is 206 - color contains mainly: blue. Hex color #6116CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6116CE is #9EE931. Grayscale: #404040. Windows color (decimal): -10414386 or 13506145. OLE color: 13506145.

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

Color convert

RGB 97 22 206 -
CMYK 0.53 0.89 0 0.19
HSL 264.46º 0.81% 0.45% -
HSV(B) 264.46º 0.89% 0.81% -
XYZ 16.36 7.57 58.99 -
YUV 65.4 207.35 150.54 -
System Red Green Blue C M Y K H S L
Decimal 97 22 206 0.53 0.89 0 0.19 264.46 0.81 0.45
Hex 61 16 CE 35 59 0 13 108 51 2D
Octal 141 26 316 65 131 0 23 410 121 55
Binary 1100001 10110 11001110 110101 1011001 0 10011 100001000 1010001 101101

Color Harmonies of #6116CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6116CE

Black with #6116CE

Text Example


Text Example

White with #6116CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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