Html Css Color HEX #720682 Purple

📋 copy color: '#720682'

red 114 ◦ green 6 ◦ blue 130

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

Shades of Purple #720682

Tints of Purple #720682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 52%

R = 45.6%
G = 2.4%
B = 52%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#720682 (or 0x720682) is known color: Purple. HEX triplet: 72, 06 and 82. RGB value is (114,6,130). Sum of RGB (Red+Green+Blue) = 114+6+130=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 130 (51.17% from 255 or 52% from 250); Max value from RGB is 130 - color contains mainly: blue. Hex color #720682 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720682 is #8DF97D. Grayscale: #343434. Windows color (decimal): -9304446 or 8521330. OLE color: 8521330.

HSL color Cylindrical-coordinate representation of color #720682: hue angle of 292.26º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #720682 is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 114 6 130 -
CMYK 0.12 0.95 0 0.49
HSL 292.26º 0.91% 0.27% -
HSV(B) 292.26º 0.95% 0.51% -
XYZ 11.03 5.32 21.56 -
YUV 52.43 171.78 171.92 -
System Red Green Blue C M Y K H S L
Decimal 114 6 130 0.12 0.95 0 0.49 292.26 0.91 0.27
Hex 72 6 82 C 5F 0 31 124 5B 1B
Octal 162 6 202 14 137 0 61 444 133 33
Binary 1110010 110 10000010 1100 1011111 0 110001 100100100 1011011 11011

Color Harmonies of #720682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720682

Black with #720682

Text Example


Text Example

White with #720682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720682; }

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

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

background-color css

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

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

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

border-color css

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

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

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