Html Css Color HEX #72178B Purple

📋 copy color: '#72178B'

red 114 ◦ green 23 ◦ blue 139

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

Shades of Purple #72178B

Tints of Purple #72178B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.33%

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

R = 41.3%
G = 8.33%
B = 50.36%

CMYK

 C value IS 0.18

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#72178B (or 0x72178B) is known color: Purple. HEX triplet: 72, 17 and 8B. RGB value is (114,23,139). Sum of RGB (Red+Green+Blue) = 114+23+139=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #72178B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72178B is #8DE874. Grayscale: #3F3F3F. Windows color (decimal): -9300085 or 9115506. OLE color: 9115506.

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

Color convert

RGB 114 23 139 -
CMYK 0.18 0.83 0 0.45
HSL 287.07º 0.72% 0.32% -
HSV(B) 287.07º 0.83% 0.55% -
XYZ 11.91 6.05 24.97 -
YUV 63.43 170.65 164.07 -
System Red Green Blue C M Y K H S L
Decimal 114 23 139 0.18 0.83 0 0.45 287.07 0.72 0.32
Hex 72 17 8B 12 53 0 2D 11F 48 20
Octal 162 27 213 22 123 0 55 437 110 40
Binary 1110010 10111 10001011 10010 1010011 0 101101 100011111 1001000 100000

Color Harmonies of #72178B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72178B

Black with #72178B

Text Example


Text Example

White with #72178B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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