Html Css Color HEX #7206C4 Dark Violet

📋 copy color: '#7206C4'

red 114 ◦ green 6 ◦ blue 196

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

Shades of Dark Violet #7206C4

Tints of Dark Violet #7206C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 62.03%

R = 36.08%
G = 1.9%
B = 62.03%

CMYK

 C value IS 0.42

 M value IS 0.97

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#7206C4 (or 0x7206C4) is known color: Dark Violet. HEX triplet: 72, 06 and C4. RGB value is (114,6,196). Sum of RGB (Red+Green+Blue) = 114+6+196=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 6 (2.73% from 255 or 1.90% from 316); Blue value is 196 (76.95% from 255 or 62.03% from 316); Max value from RGB is 196 - color contains mainly: blue. Hex color #7206C4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7206C4 is #8DF93B. Grayscale: #3B3B3B. Windows color (decimal): -9304380 or 12846706. OLE color: 12846706.

HSL color Cylindrical-coordinate representation of color #7206C4: hue angle of 274.11º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7206C4 is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 114 6 196 -
CMYK 0.42 0.97 0 0.23
HSL 274.11º 0.94% 0.4% -
HSV(B) 274.11º 0.97% 0.77% -
XYZ 16.97 7.69 52.82 -
YUV 59.95 204.78 166.55 -
System Red Green Blue C M Y K H S L
Decimal 114 6 196 0.42 0.97 0 0.23 274.11 0.94 0.4
Hex 72 6 C4 2A 61 0 17 112 5E 28
Octal 162 6 304 52 141 0 27 422 136 50
Binary 1110010 110 11000100 101010 1100001 0 10111 100010010 1011110 101000

Color Harmonies of #7206C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7206C4

Black with #7206C4

Text Example


Text Example

White with #7206C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7206C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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