Html Css Color HEX #7201CC Dark Violet

📋 copy color: '#7201CC'

red 114 ◦ green 1 ◦ blue 204

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

Shades of Dark Violet #7201CC

Tints of Dark Violet #7201CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 63.95%

R = 35.74%
G = 0.31%
B = 63.95%

CMYK

 C value IS 0.44

 M value IS 1.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7201CC (or 0x7201CC) is known color: Dark Violet. HEX triplet: 72, 01 and CC. RGB value is (114,1,204). Sum of RGB (Red+Green+Blue) = 114+1+204=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 1 (0.78% from 255 or 0.31% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #7201CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7201CC is #8DFE33. Grayscale: #393939. Windows color (decimal): -9305652 or 13369714. OLE color: 13369714.

HSL color Cylindrical-coordinate representation of color #7201CC: hue angle of 273.4º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7201CC is Cyan = 0.44, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 114 1 204 -
CMYK 0.44 1.00 0 0.2
HSL 273.4º 0.99% 0.4% -
HSV(B) 273.4º 1% 0.8% -
XYZ 17.85 7.96 57.72 -
YUV 57.93 210.44 167.99 -
System Red Green Blue C M Y K H S L
Decimal 114 1 204 0.44 1.00 0 0.2 273.4 0.99 0.4
Hex 72 1 CC 2C 64 0 14 111 63 28
Octal 162 1 314 54 144 0 24 421 143 50
Binary 1110010 1 11001100 101100 1100100 0 10100 100010001 1100011 101000

Color Harmonies of #7201CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7201CC

Black with #7201CC

Text Example


Text Example

White with #7201CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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