Html Css Color HEX #72007F Purple

📋 copy color: '#72007F'

red 114 ◦ green 0 ◦ blue 127

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

Shades of Purple #72007F

Tints of Purple #72007F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 52.7%

R = 47.3%
G = 0%
B = 52.7%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#72007F (or 0x72007F) is known color: Purple. HEX triplet: 72, 00 and 7F. RGB value is (114,0,127). Sum of RGB (Red+Green+Blue) = 114+0+127=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 127 (50% from 255 or 52.70% from 241); Max value from RGB is 127 - color contains mainly: blue. Hex color #72007F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72007F is #8DFF80. Grayscale: #303030. Windows color (decimal): -9305985 or 8323186. OLE color: 8323186.

HSL color Cylindrical-coordinate representation of color #72007F: hue angle of 293.86º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #72007F is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 114 0 127 -
CMYK 0.10 1 0 0.50
HSL 293.86º 1% 0.25% -
HSV(B) 293.86º 1% 0.5% -
XYZ 10.77 5.11 20.5 -
YUV 48.56 172.27 174.67 -
System Red Green Blue C M Y K H S L
Decimal 114 0 127 0.10 1 0 0.50 293.86 1 0.25
Hex 72 0 7F A 64 0 32 126 64 19
Octal 162 0 177 12 144 0 62 446 144 31
Binary 1110010 0 1111111 1010 1100100 0 110010 100100110 1100100 11001

Color Harmonies of #72007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72007F

Black with #72007F

Text Example


Text Example

White with #72007F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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