Html Css Color HEX #722ACD Purple Heart

📋 copy color: '#722ACD'

red 114 ◦ green 42 ◦ blue 205

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

Shades of Purple Heart #722ACD

Tints of Purple Heart #722ACD

RGB

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

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

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

R = 31.58%
G = 11.63%
B = 56.79%

CMYK

 C value IS 0.44

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#722ACD (or 0x722ACD) is known color: Purple Heart. HEX triplet: 72, 2A and CD. RGB value is (114,42,205). Sum of RGB (Red+Green+Blue) = 114+42+205=361 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.58% from 361); Green value is 42 (16.80% from 255 or 11.63% from 361); Blue value is 205 (80.47% from 255 or 56.79% from 361); Max value from RGB is 205 - color contains mainly: blue. Hex color #722ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #722ACD is #8DD532. Grayscale: #515151. Windows color (decimal): -9295155 or 13445746. OLE color: 13445746.

HSL color Cylindrical-coordinate representation of color #722ACD: hue angle of 266.5º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #722ACD is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 42 205 -
CMYK 0.44 0.80 0 0.20
HSL 266.5º 0.66% 0.48% -
HSV(B) 266.5º 0.8% 0.8% -
XYZ 18.79 9.64 58.63 -
YUV 82.11 197.35 150.75 -
System Red Green Blue C M Y K H S L
Decimal 114 42 205 0.44 0.80 0 0.20 266.5 0.66 0.48
Hex 72 2A CD 2C 50 0 14 10B 42 30
Octal 162 52 315 54 120 0 24 413 102 60
Binary 1110010 101010 11001101 101100 1010000 0 10100 100001011 1000010 110000

Color Harmonies of #722ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722ACD

Black with #722ACD

Text Example


Text Example

White with #722ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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