Html Css Color HEX #6122CE Purple Heart

📋 copy color: '#6122CE'

red 97 ◦ green 34 ◦ blue 206

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

Shades of Purple Heart #6122CE

Tints of Purple Heart #6122CE

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.09%

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

R = 28.78%
G = 10.09%
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

#6122CE (or 0x6122CE) is known color: Purple Heart. HEX triplet: 61, 22 and CE. RGB value is (97,34,206). Sum of RGB (Red+Green+Blue) = 97+34+206=337 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.78% from 337); Green value is 34 (13.67% from 255 or 10.09% 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 #6122CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6122CE is #9EDD31. Grayscale: #474747. Windows color (decimal): -10411314 or 13509217. OLE color: 13509217.

HSL color Cylindrical-coordinate representation of color #6122CE: hue angle of 261.98º degrees, saturation: 0.72, 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 #6122CE is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 34 206 -
CMYK 0.53 0.83 0 0.19
HSL 261.98º 0.72% 0.47% -
HSV(B) 261.98º 0.83% 0.81% -
XYZ 16.64 8.14 59.09 -
YUV 72.45 203.37 145.51 -
System Red Green Blue C M Y K H S L
Decimal 97 34 206 0.53 0.83 0 0.19 261.98 0.72 0.47
Hex 61 22 CE 35 53 0 13 106 48 2F
Octal 141 42 316 65 123 0 23 406 110 57
Binary 1100001 100010 11001110 110101 1010011 0 10011 100000110 1001000 101111

Color Harmonies of #6122CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6122CE

Black with #6122CE

Text Example


Text Example

White with #6122CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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