Html Css Color HEX #7402D0 Dark Violet

📋 copy color: '#7402D0'

red 116 ◦ green 2 ◦ blue 208

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

Shades of Dark Violet #7402D0

Tints of Dark Violet #7402D0

RGB

 RED value IS 116 (45.7% from 255) = 35.58%

 GREEN value IS 2 (1.17% from 255) = 0.61%

 BLUE value IS 208 (81.64% from 255) = 63.8%

R = 35.58%
G = 0.61%
B = 63.8%

CMYK

 C value IS 0.44

 M value IS 0.99

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7402D0 (or 0x7402D0) is known color: Dark Violet. HEX triplet: 74, 02 and D0. RGB value is (116,2,208). Sum of RGB (Red+Green+Blue) = 116+2+208=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 208 (81.64% from 255 or 63.80% from 326); Max value from RGB is 208 - color contains mainly: blue. Hex color #7402D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7402D0 is #8BFD2F. Grayscale: #3A3A3A. Windows color (decimal): -9174320 or 13632116. OLE color: 13632116.

HSL color Cylindrical-coordinate representation of color #7402D0: hue angle of 273.2º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7402D0 is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 2 208 -
CMYK 0.44 0.99 0 0.18
HSL 273.2º 0.98% 0.41% -
HSV(B) 273.2º 0.99% 0.82% -
XYZ 18.61 8.31 60.3 -
YUV 59.57 211.77 168.25 -
System Red Green Blue C M Y K H S L
Decimal 116 2 208 0.44 0.99 0 0.18 273.2 0.98 0.41
Hex 74 2 D0 2C 63 0 12 111 62 29
Octal 164 2 320 54 143 0 22 421 142 51
Binary 1110100 10 11010000 101100 1100011 0 10010 100010001 1100010 101001

Color Harmonies of #7402D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7402D0

Black with #7402D0

Text Example


Text Example

White with #7402D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7402D0; }

 p { color: rgb(116,2,208); }

 H1.HeaderClassName
 {
   color: #7402D0;
 }
 .AnyTagClassName
 {
   color: #7402D0;
 }
</style>

background-color css

<style>
 a { background-color: #7402D0; }

 a { background-color: rgb(116,2,208); }

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

border-color css

<style>
 span { border-color: #7402D0; }

 span { border-color: rgb(116,2,208); }

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