Html Css Color HEX #722BC7 Purple Heart

📋 copy color: '#722BC7'

red 114 ◦ green 43 ◦ blue 199

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

Shades of Purple Heart #722BC7

Tints of Purple Heart #722BC7

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.08%

 BLUE value IS 199 (78.13% from 255) = 55.9%

R = 32.02%
G = 12.08%
B = 55.9%

CMYK

 C value IS 0.43

 M value IS 0.78

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#722BC7 (or 0x722BC7) is known color: Purple Heart. HEX triplet: 72, 2B and C7. RGB value is (114,43,199). Sum of RGB (Red+Green+Blue) = 114+43+199=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 43 (17.19% from 255 or 12.08% from 356); Blue value is 199 (78.12% from 255 or 55.90% from 356); Max value from RGB is 199 - color contains mainly: blue. Hex color #722BC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #722BC7 is #8DD438. Grayscale: #515151. Windows color (decimal): -9294905 or 13052786. OLE color: 13052786.

HSL color Cylindrical-coordinate representation of color #722BC7: hue angle of 267.31º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #722BC7 is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 114 43 199 -
CMYK 0.43 0.78 0 0.22
HSL 267.31º 0.64% 0.47% -
HSV(B) 267.31º 0.78% 0.78% -
XYZ 18.11 9.43 54.9 -
YUV 82.01 194.02 150.82 -
System Red Green Blue C M Y K H S L
Decimal 114 43 199 0.43 0.78 0 0.22 267.31 0.64 0.47
Hex 72 2B C7 2B 4E 0 16 10B 40 2F
Octal 162 53 307 53 116 0 26 413 100 57
Binary 1110010 101011 11000111 101011 1001110 0 10110 100001011 1000000 101111

Color Harmonies of #722BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722BC7

Black with #722BC7

Text Example


Text Example

White with #722BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,43,199); }

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

background-color css

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

 a { background-color: rgb(114,43,199); }

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

border-color css

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

 span { border-color: rgb(114,43,199); }

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