Html Css Color HEX #7403B7 Dark Violet

📋 copy color: '#7403B7'

red 116 ◦ green 3 ◦ blue 183

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

Shades of Dark Violet #7403B7

Tints of Dark Violet #7403B7

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.99%

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

R = 38.41%
G = 0.99%
B = 60.6%

CMYK

 C value IS 0.37

 M value IS 0.98

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7403B7 (or 0x7403B7) is known color: Dark Violet. HEX triplet: 74, 03 and B7. RGB value is (116,3,183). Sum of RGB (Red+Green+Blue) = 116+3+183=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 183 (71.88% from 255 or 60.60% from 302); Max value from RGB is 183 - color contains mainly: blue. Hex color #7403B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7403B7 is #8BFC48. Grayscale: #383838. Windows color (decimal): -9174089 or 11993972. OLE color: 11993972.

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

Color convert

RGB 116 3 183 -
CMYK 0.37 0.98 0 0.28
HSL 277.67º 0.97% 0.36% -
HSV(B) 277.67º 0.98% 0.72% -
XYZ 15.78 7.2 45.36 -
YUV 57.31 198.94 169.86 -
System Red Green Blue C M Y K H S L
Decimal 116 3 183 0.37 0.98 0 0.28 277.67 0.97 0.36
Hex 74 3 B7 25 62 0 1C 116 61 24
Octal 164 3 267 45 142 0 34 426 141 44
Binary 1110100 11 10110111 100101 1100010 0 11100 100010110 1100001 100100

Color Harmonies of #7403B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7403B7

Black with #7403B7

Text Example


Text Example

White with #7403B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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