Html Css Color HEX #7405B7 Dark Violet

📋 copy color: '#7405B7'

red 116 ◦ green 5 ◦ blue 183

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

Shades of Dark Violet #7405B7

Tints of Dark Violet #7405B7

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.64%

 BLUE value IS 183 (71.88% from 255) = 60.2%

R = 38.16%
G = 1.64%
B = 60.2%

CMYK

 C value IS 0.37

 M value IS 0.97

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7405B7 (or 0x7405B7) is known color: Dark Violet. HEX triplet: 74, 05 and B7. RGB value is (116,5,183). Sum of RGB (Red+Green+Blue) = 116+5+183=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 183 (71.88% from 255 or 60.20% from 304); Max value from RGB is 183 - color contains mainly: blue. Hex color #7405B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7405B7 is #8BFA48. Grayscale: #393939. Windows color (decimal): -9173577 or 11994484. OLE color: 11994484.

HSL color Cylindrical-coordinate representation of color #7405B7: hue angle of 277.42º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7405B7 is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 116 5 183 -
CMYK 0.37 0.97 0 0.28
HSL 277.42º 0.95% 0.37% -
HSV(B) 277.42º 0.97% 0.72% -
XYZ 15.8 7.24 45.36 -
YUV 58.48 198.27 169.03 -
System Red Green Blue C M Y K H S L
Decimal 116 5 183 0.37 0.97 0 0.28 277.42 0.95 0.37
Hex 74 5 B7 25 61 0 1C 115 5F 25
Octal 164 5 267 45 141 0 34 425 137 45
Binary 1110100 101 10110111 100101 1100001 0 11100 100010101 1011111 100101

Color Harmonies of #7405B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7405B7

Black with #7405B7

Text Example


Text Example

White with #7405B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7405B7; }

 p { color: rgb(116,5,183); }

 H1.HeaderClassName
 {
   color: #7405B7;
 }
 .AnyTagClassName
 {
   color: #7405B7;
 }
</style>

background-color css

<style>
 a { background-color: #7405B7; }

 a { background-color: rgb(116,5,183); }

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

border-color css

<style>
 span { border-color: #7405B7; }

 span { border-color: rgb(116,5,183); }

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