Html Css Color HEX #721885 Purple

📋 copy color: '#721885'

red 114 ◦ green 24 ◦ blue 133

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

Shades of Purple #721885

Tints of Purple #721885

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.86%

 BLUE value IS 133 (52.34% from 255) = 49.08%

R = 42.07%
G = 8.86%
B = 49.08%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#721885 (or 0x721885) is known color: Purple. HEX triplet: 72, 18 and 85. RGB value is (114,24,133). Sum of RGB (Red+Green+Blue) = 114+24+133=271 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.07% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #721885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721885 is #8DE77A. Grayscale: #3E3E3E. Windows color (decimal): -9299835 or 8722546. OLE color: 8722546.

HSL color Cylindrical-coordinate representation of color #721885: hue angle of 289.54º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #721885 is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 114 24 133 -
CMYK 0.14 0.82 0 0.48
HSL 289.54º 0.69% 0.31% -
HSV(B) 289.54º 0.82% 0.52% -
XYZ 11.5 5.92 22.73 -
YUV 63.34 167.32 164.14 -
System Red Green Blue C M Y K H S L
Decimal 114 24 133 0.14 0.82 0 0.48 289.54 0.69 0.31
Hex 72 18 85 E 52 0 30 122 45 1F
Octal 162 30 205 16 122 0 60 442 105 37
Binary 1110010 11000 10000101 1110 1010010 0 110000 100100010 1000101 11111

Color Harmonies of #721885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721885

Black with #721885

Text Example


Text Example

White with #721885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721885; }

 p { color: rgb(114,24,133); }

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

background-color css

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

 a { background-color: rgb(114,24,133); }

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

border-color css

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

 span { border-color: rgb(114,24,133); }

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