Html Css Color HEX #72007A Purple

📋 copy color: '#72007A'

red 114 ◦ green 0 ◦ blue 122

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

Shades of Purple #72007A

Tints of Purple #72007A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 122 (48.05% from 255) = 51.69%

R = 48.31%
G = 0%
B = 51.69%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#72007A (or 0x72007A) is known color: Purple. HEX triplet: 72, 00 and 7A. RGB value is (114,0,122). Sum of RGB (Red+Green+Blue) = 114+0+122=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 122 (48.05% from 255 or 51.69% from 236); Max value from RGB is 122 - color contains mainly: blue. Hex color #72007A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72007A is #8DFF85. Grayscale: #2F2F2F. Windows color (decimal): -9305990 or 7995506. OLE color: 7995506.

HSL color Cylindrical-coordinate representation of color #72007A: hue angle of 296.07º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #72007A is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 114 0 122 -
CMYK 0.07 1 0 0.52
HSL 296.07º 1% 0.24% -
HSV(B) 296.07º 1% 0.48% -
XYZ 10.45 4.98 18.82 -
YUV 47.99 169.77 175.08 -
System Red Green Blue C M Y K H S L
Decimal 114 0 122 0.07 1 0 0.52 296.07 1 0.24
Hex 72 0 7A 7 64 0 34 128 64 18
Octal 162 0 172 7 144 0 64 450 144 30
Binary 1110010 0 1111010 111 1100100 0 110100 100101000 1100100 11000

Color Harmonies of #72007A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72007A

Black with #72007A

Text Example


Text Example

White with #72007A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72007A; }

 p { color: rgb(114,0,122); }

 H1.HeaderClassName
 {
   color: #72007A;
 }
 .AnyTagClassName
 {
   color: #72007A;
 }
</style>

background-color css

<style>
 a { background-color: #72007A; }

 a { background-color: rgb(114,0,122); }

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

border-color css

<style>
 span { border-color: #72007A; }

 span { border-color: rgb(114,0,122); }

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