Html Css Color HEX #721375 Purple

📋 copy color: '#721375'

red 114 ◦ green 19 ◦ blue 117

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

Shades of Purple #721375

Tints of Purple #721375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 46.8%

R = 45.6%
G = 7.6%
B = 46.8%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#721375 (or 0x721375) is known color: Purple. HEX triplet: 72, 13 and 75. RGB value is (114,19,117). Sum of RGB (Red+Green+Blue) = 114+19+117=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: blue. Hex color #721375 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721375 is #8DEC8A. Grayscale: #3A3A3A. Windows color (decimal): -9301131 or 7672690. OLE color: 7672690.

HSL color Cylindrical-coordinate representation of color #721375: hue angle of 298.16º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #721375 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 114 19 117 -
CMYK 0.03 0.84 0 0.54
HSL 298.16º 0.72% 0.27% -
HSV(B) 298.16º 0.84% 0.46% -
XYZ 10.38 5.33 17.31 -
YUV 58.58 160.97 167.53 -
System Red Green Blue C M Y K H S L
Decimal 114 19 117 0.03 0.84 0 0.54 298.16 0.72 0.27
Hex 72 13 75 3 54 0 36 12A 48 1B
Octal 162 23 165 3 124 0 66 452 110 33
Binary 1110010 10011 1110101 11 1010100 0 110110 100101010 1001000 11011

Color Harmonies of #721375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721375

Black with #721375

Text Example


Text Example

White with #721375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721375; }

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

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

background-color css

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

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

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

border-color css

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

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

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