Html Css Color HEX #722ACE Purple Heart

📋 copy color: '#722ACE'

red 114 ◦ green 42 ◦ blue 206

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

Shades of Purple Heart #722ACE

Tints of Purple Heart #722ACE

RGB

 RED value IS 114 (44.92% from 255) = 31.49%

 GREEN value IS 42 (16.8% from 255) = 11.6%

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

R = 31.49%
G = 11.6%
B = 56.91%

CMYK

 C value IS 0.45

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#722ACE (or 0x722ACE) is known color: Purple Heart. HEX triplet: 72, 2A and CE. RGB value is (114,42,206). Sum of RGB (Red+Green+Blue) = 114+42+206=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 42 (16.80% from 255 or 11.60% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #722ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #722ACE is #8DD531. Grayscale: #515151. Windows color (decimal): -9295154 or 13511282. OLE color: 13511282.

HSL color Cylindrical-coordinate representation of color #722ACE: hue angle of 266.34º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #722ACE is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 42 206 -
CMYK 0.45 0.80 0 0.19
HSL 266.34º 0.66% 0.49% -
HSV(B) 266.34º 0.8% 0.81% -
XYZ 18.91 9.69 59.27 -
YUV 82.22 197.85 150.66 -
System Red Green Blue C M Y K H S L
Decimal 114 42 206 0.45 0.80 0 0.19 266.34 0.66 0.49
Hex 72 2A CE 2D 50 0 13 10A 42 31
Octal 162 52 316 55 120 0 23 412 102 61
Binary 1110010 101010 11001110 101101 1010000 0 10011 100001010 1000010 110001

Color Harmonies of #722ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722ACE

Black with #722ACE

Text Example


Text Example

White with #722ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722ACE; }

 p { color: rgb(114,42,206); }

 H1.HeaderClassName
 {
   color: #722ACE;
 }
 .AnyTagClassName
 {
   color: #722ACE;
 }
</style>

background-color css

<style>
 a { background-color: #722ACE; }

 a { background-color: rgb(114,42,206); }

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

border-color css

<style>
 span { border-color: #722ACE; }

 span { border-color: rgb(114,42,206); }

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