Html Css Color HEX #72138A Purple

📋 copy color: '#72138A'

red 114 ◦ green 19 ◦ blue 138

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

Shades of Purple #72138A

Tints of Purple #72138A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.01%

 BLUE value IS 138 (54.3% from 255) = 50.92%

R = 42.07%
G = 7.01%
B = 50.92%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#72138A (or 0x72138A) is known color: Purple. HEX triplet: 72, 13 and 8A. RGB value is (114,19,138). Sum of RGB (Red+Green+Blue) = 114+19+138=271 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.07% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 138 (54.30% from 255 or 50.92% from 271); Max value from RGB is 138 - color contains mainly: blue. Hex color #72138A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72138A is #8DEC75. Grayscale: #3C3C3C. Windows color (decimal): -9301110 or 9048946. OLE color: 9048946.

HSL color Cylindrical-coordinate representation of color #72138A: hue angle of 287.9º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #72138A is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 114 19 138 -
CMYK 0.17 0.86 0 0.46
HSL 287.9º 0.76% 0.31% -
HSV(B) 287.9º 0.86% 0.54% -
XYZ 11.76 5.88 24.56 -
YUV 60.97 171.47 165.82 -
System Red Green Blue C M Y K H S L
Decimal 114 19 138 0.17 0.86 0 0.46 287.9 0.76 0.31
Hex 72 13 8A 11 56 0 2E 120 4C 1F
Octal 162 23 212 21 126 0 56 440 114 37
Binary 1110010 10011 10001010 10001 1010110 0 101110 100100000 1001100 11111

Color Harmonies of #72138A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72138A

Black with #72138A

Text Example


Text Example

White with #72138A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72138A; }

 p { color: rgb(114,19,138); }

 H1.HeaderClassName
 {
   color: #72138A;
 }
 .AnyTagClassName
 {
   color: #72138A;
 }
</style>

background-color css

<style>
 a { background-color: #72138A; }

 a { background-color: rgb(114,19,138); }

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

border-color css

<style>
 span { border-color: #72138A; }

 span { border-color: rgb(114,19,138); }

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