Html Css Color HEX #722ABB Purple Heart

📋 copy color: '#722ABB'

red 114 ◦ green 42 ◦ blue 187

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

Shades of Purple Heart #722ABB

Tints of Purple Heart #722ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 54.52%

R = 33.24%
G = 12.24%
B = 54.52%

CMYK

 C value IS 0.39

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#722ABB (or 0x722ABB) is known color: Purple Heart. HEX triplet: 72, 2A and BB. RGB value is (114,42,187). Sum of RGB (Red+Green+Blue) = 114+42+187=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 42 (16.80% from 255 or 12.24% from 343); Blue value is 187 (73.44% from 255 or 54.52% from 343); Max value from RGB is 187 - color contains mainly: blue. Hex color #722ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #722ABB is #8DD544. Grayscale: #4F4F4F. Windows color (decimal): -9295173 or 12266098. OLE color: 12266098.

HSL color Cylindrical-coordinate representation of color #722ABB: hue angle of 269.79º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #722ABB is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 42 187 -
CMYK 0.39 0.78 0 0.27
HSL 269.79º 0.63% 0.45% -
HSV(B) 269.79º 0.78% 0.73% -
XYZ 16.74 8.82 47.83 -
YUV 80.06 188.35 152.21 -
System Red Green Blue C M Y K H S L
Decimal 114 42 187 0.39 0.78 0 0.27 269.79 0.63 0.45
Hex 72 2A BB 27 4E 0 1B 10E 3F 2D
Octal 162 52 273 47 116 0 33 416 77 55
Binary 1110010 101010 10111011 100111 1001110 0 11011 100001110 111111 101101

Color Harmonies of #722ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722ABB

Black with #722ABB

Text Example


Text Example

White with #722ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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