Html Css Color HEX #7201DA Dark Violet

📋 copy color: '#7201DA'

red 114 ◦ green 1 ◦ blue 218

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

Shades of Dark Violet #7201DA

Tints of Dark Violet #7201DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 65.47%

R = 34.23%
G = 0.3%
B = 65.47%

CMYK

 C value IS 0.48

 M value IS 1.00

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7201DA (or 0x7201DA) is known color: Dark Violet. HEX triplet: 72, 01 and DA. RGB value is (114,1,218). Sum of RGB (Red+Green+Blue) = 114+1+218=333 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.23% from 333); Green value is 1 (0.78% from 255 or 0.30% from 333); Blue value is 218 (85.55% from 255 or 65.47% from 333); Max value from RGB is 218 - color contains mainly: blue. Hex color #7201DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7201DA is #8DFE25. Grayscale: #3A3A3A. Windows color (decimal): -9305638 or 14287218. OLE color: 14287218.

HSL color Cylindrical-coordinate representation of color #7201DA: hue angle of 271.24º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7201DA is Cyan = 0.48, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 114 1 218 -
CMYK 0.48 1.00 0 0.15
HSL 271.24º 0.99% 0.43% -
HSV(B) 271.24º 1% 0.85% -
XYZ 19.61 8.66 66.97 -
YUV 59.53 217.44 166.86 -
System Red Green Blue C M Y K H S L
Decimal 114 1 218 0.48 1.00 0 0.15 271.24 0.99 0.43
Hex 72 1 DA 30 64 0 F 10F 63 2B
Octal 162 1 332 60 144 0 17 417 143 53
Binary 1110010 1 11011010 110000 1100100 0 1111 100001111 1100011 101011

Color Harmonies of #7201DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7201DA

Black with #7201DA

Text Example


Text Example

White with #7201DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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