Html Css Color HEX #72017B Purple

📋 copy color: '#72017B'

red 114 ◦ green 1 ◦ blue 123

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

Shades of Purple #72017B

Tints of Purple #72017B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 47.9%
G = 0.42%
B = 51.68%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#72017B (or 0x72017B) is known color: Purple. HEX triplet: 72, 01 and 7B. RGB value is (114,1,123). Sum of RGB (Red+Green+Blue) = 114+1+123=238 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.90% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 123 (48.44% from 255 or 51.68% from 238); Max value from RGB is 123 - color contains mainly: blue. Hex color #72017B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72017B is #8DFE84. Grayscale: #303030. Windows color (decimal): -9305733 or 8061298. OLE color: 8061298.

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

Color convert

RGB 114 1 123 -
CMYK 0.07 0.99 0 0.52
HSL 295.57º 0.98% 0.24% -
HSV(B) 295.57º 0.99% 0.48% -
XYZ 10.53 5.03 19.15 -
YUV 48.7 169.94 174.58 -
System Red Green Blue C M Y K H S L
Decimal 114 1 123 0.07 0.99 0 0.52 295.57 0.98 0.24
Hex 72 1 7B 7 63 0 34 128 62 18
Octal 162 1 173 7 143 0 64 450 142 30
Binary 1110010 1 1111011 111 1100011 0 110100 100101000 1100010 11000

Color Harmonies of #72017B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72017B

Black with #72017B

Text Example


Text Example

White with #72017B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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