Html Css Color HEX #72168B Purple

📋 copy color: '#72168B'

red 114 ◦ green 22 ◦ blue 139

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

Shades of Purple #72168B

Tints of Purple #72168B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8%

 BLUE value IS 139 (54.69% from 255) = 50.55%

R = 41.45%
G = 8%
B = 50.55%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#72168B (or 0x72168B) is known color: Purple. HEX triplet: 72, 16 and 8B. RGB value is (114,22,139). Sum of RGB (Red+Green+Blue) = 114+22+139=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #72168B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72168B is #8DE974. Grayscale: #3E3E3E. Windows color (decimal): -9300341 or 9115250. OLE color: 9115250.

HSL color Cylindrical-coordinate representation of color #72168B: hue angle of 287.18º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #72168B is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 22 139 -
CMYK 0.18 0.84 0 0.45
HSL 287.18º 0.73% 0.32% -
HSV(B) 287.18º 0.84% 0.55% -
XYZ 11.89 6.02 24.96 -
YUV 62.85 170.98 164.49 -
System Red Green Blue C M Y K H S L
Decimal 114 22 139 0.18 0.84 0 0.45 287.18 0.73 0.32
Hex 72 16 8B 12 54 0 2D 11F 49 20
Octal 162 26 213 22 124 0 55 437 111 40
Binary 1110010 10110 10001011 10010 1010100 0 101101 100011111 1001001 100000

Color Harmonies of #72168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72168B

Black with #72168B

Text Example


Text Example

White with #72168B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,22,139); }

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

background-color css

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

 a { background-color: rgb(114,22,139); }

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

border-color css

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

 span { border-color: rgb(114,22,139); }

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