Html Css Color HEX #721285 Purple

📋 copy color: '#721285'

red 114 ◦ green 18 ◦ blue 133

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

Shades of Purple #721285

Tints of Purple #721285

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.79%

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

R = 43.02%
G = 6.79%
B = 50.19%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#721285 (or 0x721285) is known color: Purple. HEX triplet: 72, 12 and 85. RGB value is (114,18,133). Sum of RGB (Red+Green+Blue) = 114+18+133=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #721285 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721285 is #8DED7A. Grayscale: #3B3B3B. Windows color (decimal): -9301371 or 8721010. OLE color: 8721010.

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

Color convert

RGB 114 18 133 -
CMYK 0.14 0.86 0 0.48
HSL 290.09º 0.76% 0.3% -
HSV(B) 290.09º 0.86% 0.52% -
XYZ 11.39 5.7 22.69 -
YUV 59.81 169.3 166.65 -
System Red Green Blue C M Y K H S L
Decimal 114 18 133 0.14 0.86 0 0.48 290.09 0.76 0.3
Hex 72 12 85 E 56 0 30 122 4C 1E
Octal 162 22 205 16 126 0 60 442 114 36
Binary 1110010 10010 10000101 1110 1010110 0 110000 100100010 1001100 11110

Color Harmonies of #721285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721285

Black with #721285

Text Example


Text Example

White with #721285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721285; }

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

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

background-color css

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

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

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

border-color css

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

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

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