Html Css Color HEX #7200C6 Dark Violet

📋 copy color: '#7200C6'

red 114 ◦ green 0 ◦ blue 198

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

Shades of Dark Violet #7200C6

Tints of Dark Violet #7200C6

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 198 (77.73% from 255) = 63.46%

R = 36.54%
G = 0%
B = 63.46%

CMYK

 C value IS 0.42

 M value IS 1

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#7200C6 (or 0x7200C6) is known color: Dark Violet. HEX triplet: 72, 00 and C6. RGB value is (114,0,198). Sum of RGB (Red+Green+Blue) = 114+0+198=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 198 (77.73% from 255 or 63.46% from 312); Max value from RGB is 198 - color contains mainly: blue. Hex color #7200C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7200C6 is #8DFF39. Grayscale: #373737. Windows color (decimal): -9305914 or 12976242. OLE color: 12976242.

HSL color Cylindrical-coordinate representation of color #7200C6: hue angle of 274.55º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7200C6 is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 114 0 198 -
CMYK 0.42 1 0 0.22
HSL 274.55º 1% 0.39% -
HSV(B) 274.55º 1% 0.78% -
XYZ 17.13 7.65 54 -
YUV 56.66 207.77 168.9 -
System Red Green Blue C M Y K H S L
Decimal 114 0 198 0.42 1 0 0.22 274.55 1 0.39
Hex 72 0 C6 2A 64 0 16 113 64 27
Octal 162 0 306 52 144 0 26 423 144 47
Binary 1110010 0 11000110 101010 1100100 0 10110 100010011 1100100 100111

Color Harmonies of #7200C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7200C6

Black with #7200C6

Text Example


Text Example

White with #7200C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7200C6; }

 p { color: rgb(114,0,198); }

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

background-color css

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

 a { background-color: rgb(114,0,198); }

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

border-color css

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

 span { border-color: rgb(114,0,198); }

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