Html Css Color HEX #72007C Purple

📋 copy color: '#72007C'

red 114 ◦ green 0 ◦ blue 124

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

Shades of Purple #72007C

Tints of Purple #72007C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 52.1%

R = 47.9%
G = 0%
B = 52.1%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#72007C (or 0x72007C) is known color: Purple. HEX triplet: 72, 00 and 7C. RGB value is (114,0,124). Sum of RGB (Red+Green+Blue) = 114+0+124=238 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.90% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 124 (48.83% from 255 or 52.10% from 238); Max value from RGB is 124 - color contains mainly: blue. Hex color #72007C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72007C is #8DFF83. Grayscale: #2F2F2F. Windows color (decimal): -9305988 or 8126578. OLE color: 8126578.

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

Color convert

RGB 114 0 124 -
CMYK 0.08 1 0 0.51
HSL 295.16º 1% 0.24% -
HSV(B) 295.16º 1% 0.49% -
XYZ 10.58 5.03 19.48 -
YUV 48.22 170.77 174.92 -
System Red Green Blue C M Y K H S L
Decimal 114 0 124 0.08 1 0 0.51 295.16 1 0.24
Hex 72 0 7C 8 64 0 33 127 64 18
Octal 162 0 174 10 144 0 63 447 144 30
Binary 1110010 0 1111100 1000 1100100 0 110011 100100111 1100100 11000

Color Harmonies of #72007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72007C

Black with #72007C

Text Example


Text Example

White with #72007C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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