Html Css Color HEX #7122CE Purple Heart

📋 copy color: '#7122CE'

red 113 ◦ green 34 ◦ blue 206

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

Shades of Purple Heart #7122CE

Tints of Purple Heart #7122CE

RGB

 RED value IS 113 (44.53% from 255) = 32.01%

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

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

R = 32.01%
G = 9.63%
B = 58.36%

CMYK

 C value IS 0.45

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7122CE (or 0x7122CE) is known color: Purple Heart. HEX triplet: 71, 22 and CE. RGB value is (113,34,206). Sum of RGB (Red+Green+Blue) = 113+34+206=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 34 (13.67% from 255 or 9.63% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #7122CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7122CE is #8EDD31. Grayscale: #4C4C4C. Windows color (decimal): -9362738 or 13509233. OLE color: 13509233.

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

Color convert

RGB 113 34 206 -
CMYK 0.45 0.83 0 0.19
HSL 267.56º 0.72% 0.47% -
HSV(B) 267.56º 0.83% 0.81% -
XYZ 18.52 9.11 59.17 -
YUV 77.23 200.67 153.51 -
System Red Green Blue C M Y K H S L
Decimal 113 34 206 0.45 0.83 0 0.19 267.56 0.72 0.47
Hex 71 22 CE 2D 53 0 13 10C 48 2F
Octal 161 42 316 55 123 0 23 414 110 57
Binary 1110001 100010 11001110 101101 1010011 0 10011 100001100 1001000 101111

Color Harmonies of #7122CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7122CE

Black with #7122CE

Text Example


Text Example

White with #7122CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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