Html Css Color HEX #72068D Purple

📋 copy color: '#72068D'

red 114 ◦ green 6 ◦ blue 141

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

Shades of Purple #72068D

Tints of Purple #72068D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.3%

 BLUE value IS 141 (55.47% from 255) = 54.02%

R = 43.68%
G = 2.3%
B = 54.02%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#72068D (or 0x72068D) is known color: Purple. HEX triplet: 72, 06 and 8D. RGB value is (114,6,141). Sum of RGB (Red+Green+Blue) = 114+6+141=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 141 (55.47% from 255 or 54.02% from 261); Max value from RGB is 141 - color contains mainly: blue. Hex color #72068D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72068D is #8DF972. Grayscale: #353535. Windows color (decimal): -9304435 or 9242226. OLE color: 9242226.

HSL color Cylindrical-coordinate representation of color #72068D: hue angle of 288º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #72068D is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 6 141 -
CMYK 0.19 0.96 0 0.45
HSL 288º 0.92% 0.29% -
HSV(B) 288º 0.96% 0.55% -
XYZ 11.81 5.63 25.66 -
YUV 53.68 177.28 171.02 -
System Red Green Blue C M Y K H S L
Decimal 114 6 141 0.19 0.96 0 0.45 288 0.92 0.29
Hex 72 6 8D 13 60 0 2D 120 5C 1D
Octal 162 6 215 23 140 0 55 440 134 35
Binary 1110010 110 10001101 10011 1100000 0 101101 100100000 1011100 11101

Color Harmonies of #72068D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72068D

Black with #72068D

Text Example


Text Example

White with #72068D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72068D; }

 p { color: rgb(114,6,141); }

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

background-color css

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

 a { background-color: rgb(114,6,141); }

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

border-color css

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

 span { border-color: rgb(114,6,141); }

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