Html Css Color HEX #7402BA Dark Violet

📋 copy color: '#7402BA'

red 116 ◦ green 2 ◦ blue 186

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

Shades of Dark Violet #7402BA

Tints of Dark Violet #7402BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 61.18%

R = 38.16%
G = 0.66%
B = 61.18%

CMYK

 C value IS 0.38

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7402BA (or 0x7402BA) is known color: Dark Violet. HEX triplet: 74, 02 and BA. RGB value is (116,2,186). Sum of RGB (Red+Green+Blue) = 116+2+186=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 186 (73.05% from 255 or 61.18% from 304); Max value from RGB is 186 - color contains mainly: blue. Hex color #7402BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7402BA is #8BFD45. Grayscale: #383838. Windows color (decimal): -9174342 or 12190324. OLE color: 12190324.

HSL color Cylindrical-coordinate representation of color #7402BA: hue angle of 277.17º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7402BA is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 2 186 -
CMYK 0.38 0.99 0 0.27
HSL 277.17º 0.98% 0.37% -
HSV(B) 277.17º 0.99% 0.73% -
XYZ 16.09 7.3 47.02 -
YUV 57.06 200.77 170.04 -
System Red Green Blue C M Y K H S L
Decimal 116 2 186 0.38 0.99 0 0.27 277.17 0.98 0.37
Hex 74 2 BA 26 63 0 1B 115 62 25
Octal 164 2 272 46 143 0 33 425 142 45
Binary 1110100 10 10111010 100110 1100011 0 11011 100010101 1100010 100101

Color Harmonies of #7402BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7402BA

Black with #7402BA

Text Example


Text Example

White with #7402BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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