Html Css Color HEX #7201D1 Dark Violet

📋 copy color: '#7201D1'

red 114 ◦ green 1 ◦ blue 209

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

Shades of Dark Violet #7201D1

Tints of Dark Violet #7201D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 64.51%

R = 35.19%
G = 0.31%
B = 64.51%

CMYK

 C value IS 0.45

 M value IS 1.00

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7201D1 (or 0x7201D1) is known color: Dark Violet. HEX triplet: 72, 01 and D1. RGB value is (114,1,209). Sum of RGB (Red+Green+Blue) = 114+1+209=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 209 (82.03% from 255 or 64.51% from 324); Max value from RGB is 209 - color contains mainly: blue. Hex color #7201D1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7201D1 is #8DFE2E. Grayscale: #393939. Windows color (decimal): -9305647 or 13697394. OLE color: 13697394.

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

Color convert

RGB 114 1 209 -
CMYK 0.45 1.00 0 0.18
HSL 272.6º 0.99% 0.41% -
HSV(B) 272.6º 1% 0.82% -
XYZ 18.46 8.2 60.93 -
YUV 58.5 212.94 167.59 -
System Red Green Blue C M Y K H S L
Decimal 114 1 209 0.45 1.00 0 0.18 272.6 0.99 0.41
Hex 72 1 D1 2D 64 0 12 111 63 29
Octal 162 1 321 55 144 0 22 421 143 51
Binary 1110010 1 11010001 101101 1100100 0 10010 100010001 1100011 101001

Color Harmonies of #7201D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7201D1

Black with #7201D1

Text Example


Text Example

White with #7201D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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