Html Css Color HEX #72087B Purple

📋 copy color: '#72087B'

red 114 ◦ green 8 ◦ blue 123

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

Shades of Purple #72087B

Tints of Purple #72087B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.27%

 BLUE value IS 123 (48.44% from 255) = 50.2%

R = 46.53%
G = 3.27%
B = 50.2%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#72087B (or 0x72087B) is known color: Purple. HEX triplet: 72, 08 and 7B. RGB value is (114,8,123). Sum of RGB (Red+Green+Blue) = 114+8+123=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 123 (48.44% from 255 or 50.20% from 245); Max value from RGB is 123 - color contains mainly: blue. Hex color #72087B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72087B is #8DF784. Grayscale: #343434. Windows color (decimal): -9303941 or 8063090. OLE color: 8063090.

HSL color Cylindrical-coordinate representation of color #72087B: hue angle of 295.3º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #72087B is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 114 8 123 -
CMYK 0.07 0.93 0 0.52
HSL 295.3º 0.88% 0.26% -
HSV(B) 295.3º 0.93% 0.48% -
XYZ 10.6 5.18 19.18 -
YUV 52.8 167.62 171.65 -
System Red Green Blue C M Y K H S L
Decimal 114 8 123 0.07 0.93 0 0.52 295.3 0.88 0.26
Hex 72 8 7B 7 5D 0 34 127 58 1A
Octal 162 10 173 7 135 0 64 447 130 32
Binary 1110010 1000 1111011 111 1011101 0 110100 100100111 1011000 11010

Color Harmonies of #72087B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72087B

Black with #72087B

Text Example


Text Example

White with #72087B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72087B; }

 p { color: rgb(114,8,123); }

 H1.HeaderClassName
 {
   color: #72087B;
 }
 .AnyTagClassName
 {
   color: #72087B;
 }
</style>

background-color css

<style>
 a { background-color: #72087B; }

 a { background-color: rgb(114,8,123); }

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

border-color css

<style>
 span { border-color: #72087B; }

 span { border-color: rgb(114,8,123); }

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