Html Css Color HEX #7402CF Dark Violet

📋 copy color: '#7402CF'

red 116 ◦ green 2 ◦ blue 207

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

Shades of Dark Violet #7402CF

Tints of Dark Violet #7402CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 63.69%

R = 35.69%
G = 0.62%
B = 63.69%

CMYK

 C value IS 0.44

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7402CF (or 0x7402CF) is known color: Dark Violet. HEX triplet: 74, 02 and CF. RGB value is (116,2,207). Sum of RGB (Red+Green+Blue) = 116+2+207=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 207 (81.25% from 255 or 63.69% from 325); Max value from RGB is 207 - color contains mainly: blue. Hex color #7402CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7402CF is #8BFD30. Grayscale: #3A3A3A. Windows color (decimal): -9174321 or 13566580. OLE color: 13566580.

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

Color convert

RGB 116 2 207 -
CMYK 0.44 0.99 0 0.19
HSL 273.37º 0.98% 0.41% -
HSV(B) 273.37º 0.99% 0.81% -
XYZ 18.49 8.26 59.65 -
YUV 59.46 211.27 168.33 -
System Red Green Blue C M Y K H S L
Decimal 116 2 207 0.44 0.99 0 0.19 273.37 0.98 0.41
Hex 74 2 CF 2C 63 0 13 111 62 29
Octal 164 2 317 54 143 0 23 421 142 51
Binary 1110100 10 11001111 101100 1100011 0 10011 100010001 1100010 101001

Color Harmonies of #7402CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7402CF

Black with #7402CF

Text Example


Text Example

White with #7402CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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