Html Css Color HEX #72057B Purple

📋 copy color: '#72057B'

red 114 ◦ green 5 ◦ blue 123

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

Shades of Purple #72057B

Tints of Purple #72057B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.07%

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

R = 47.11%
G = 2.07%
B = 50.83%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#72057B (or 0x72057B) is known color: Purple. HEX triplet: 72, 05 and 7B. RGB value is (114,5,123). Sum of RGB (Red+Green+Blue) = 114+5+123=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 123 (48.44% from 255 or 50.83% from 242); Max value from RGB is 123 - color contains mainly: blue. Hex color #72057B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72057B is #8DFA84. Grayscale: #323232. Windows color (decimal): -9304709 or 8062322. OLE color: 8062322.

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

Color convert

RGB 114 5 123 -
CMYK 0.07 0.96 0 0.52
HSL 295.42º 0.92% 0.25% -
HSV(B) 295.42º 0.96% 0.48% -
XYZ 10.57 5.12 19.17 -
YUV 51.04 168.61 172.91 -
System Red Green Blue C M Y K H S L
Decimal 114 5 123 0.07 0.96 0 0.52 295.42 0.92 0.25
Hex 72 5 7B 7 60 0 34 127 5C 19
Octal 162 5 173 7 140 0 64 447 134 31
Binary 1110010 101 1111011 111 1100000 0 110100 100100111 1011100 11001

Color Harmonies of #72057B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72057B

Black with #72057B

Text Example


Text Example

White with #72057B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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