Html Css Color HEX #7201CE Dark Violet

📋 copy color: '#7201CE'

red 114 ◦ green 1 ◦ blue 206

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

Shades of Dark Violet #7201CE

Tints of Dark Violet #7201CE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 206 (80.86% from 255) = 64.17%

R = 35.51%
G = 0.31%
B = 64.17%

CMYK

 C value IS 0.45

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7201CE (or 0x7201CE) is known color: Dark Violet. HEX triplet: 72, 01 and CE. RGB value is (114,1,206). Sum of RGB (Red+Green+Blue) = 114+1+206=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 206 (80.86% from 255 or 64.17% from 321); Max value from RGB is 206 - color contains mainly: blue. Hex color #7201CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7201CE is #8DFE31. Grayscale: #393939. Windows color (decimal): -9305650 or 13500786. OLE color: 13500786.

HSL color Cylindrical-coordinate representation of color #7201CE: hue angle of 273.07º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7201CE is Cyan = 0.45, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 1 206 -
CMYK 0.45 1.00 0 0.19
HSL 273.07º 0.99% 0.41% -
HSV(B) 273.07º 1% 0.81% -
XYZ 18.09 8.06 58.99 -
YUV 58.16 211.44 167.83 -
System Red Green Blue C M Y K H S L
Decimal 114 1 206 0.45 1.00 0 0.19 273.07 0.99 0.41
Hex 72 1 CE 2D 64 0 13 111 63 29
Octal 162 1 316 55 144 0 23 421 143 51
Binary 1110010 1 11001110 101101 1100100 0 10011 100010001 1100011 101001

Color Harmonies of #7201CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7201CE

Black with #7201CE

Text Example


Text Example

White with #7201CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7201CE; }

 p { color: rgb(114,1,206); }

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

background-color css

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

 a { background-color: rgb(114,1,206); }

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

border-color css

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

 span { border-color: rgb(114,1,206); }

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