Html Css Color HEX #6122CD Purple Heart

📋 copy color: '#6122CD'

red 97 ◦ green 34 ◦ blue 205

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

Shades of Purple Heart #6122CD

Tints of Purple Heart #6122CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 61.01%

R = 28.87%
G = 10.12%
B = 61.01%

CMYK

 C value IS 0.53

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6122CD (or 0x6122CD) is known color: Purple Heart. HEX triplet: 61, 22 and CD. RGB value is (97,34,205). Sum of RGB (Red+Green+Blue) = 97+34+205=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 34 (13.67% from 255 or 10.12% from 336); Blue value is 205 (80.47% from 255 or 61.01% from 336); Max value from RGB is 205 - color contains mainly: blue. Hex color #6122CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6122CD is #9EDD32. Grayscale: #474747. Windows color (decimal): -10411315 or 13443681. OLE color: 13443681.

HSL color Cylindrical-coordinate representation of color #6122CD: hue angle of 262.11º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6122CD is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 34 205 -
CMYK 0.53 0.83 0 0.20
HSL 262.11º 0.72% 0.47% -
HSV(B) 262.11º 0.83% 0.8% -
XYZ 16.52 8.09 58.45 -
YUV 72.33 202.87 145.6 -
System Red Green Blue C M Y K H S L
Decimal 97 34 205 0.53 0.83 0 0.20 262.11 0.72 0.47
Hex 61 22 CD 35 53 0 14 106 48 2F
Octal 141 42 315 65 123 0 24 406 110 57
Binary 1100001 100010 11001101 110101 1010011 0 10100 100000110 1001000 101111

Color Harmonies of #6122CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6122CD

Black with #6122CD

Text Example


Text Example

White with #6122CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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