Html Css Color HEX #7407B3 Dark Violet

📋 copy color: '#7407B3'

red 116 ◦ green 7 ◦ blue 179

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

Shades of Dark Violet #7407B3

Tints of Dark Violet #7407B3

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.32%

 BLUE value IS 179 (70.31% from 255) = 59.27%

R = 38.41%
G = 2.32%
B = 59.27%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7407B3 (or 0x7407B3) is known color: Dark Violet. HEX triplet: 74, 07 and B3. RGB value is (116,7,179). Sum of RGB (Red+Green+Blue) = 116+7+179=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 7 (3.12% from 255 or 2.32% from 302); Blue value is 179 (70.31% from 255 or 59.27% from 302); Max value from RGB is 179 - color contains mainly: blue. Hex color #7407B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7407B3 is #8BF84C. Grayscale: #3A3A3A. Windows color (decimal): -9173069 or 11732852. OLE color: 11732852.

HSL color Cylindrical-coordinate representation of color #7407B3: hue angle of 278.02º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7407B3 is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 116 7 179 -
CMYK 0.35 0.96 0 0.30
HSL 278.02º 0.92% 0.36% -
HSV(B) 278.02º 0.96% 0.7% -
XYZ 15.42 7.12 43.21 -
YUV 59.2 195.61 168.51 -
System Red Green Blue C M Y K H S L
Decimal 116 7 179 0.35 0.96 0 0.30 278.02 0.92 0.36
Hex 74 7 B3 23 60 0 1E 116 5C 24
Octal 164 7 263 43 140 0 36 426 134 44
Binary 1110100 111 10110011 100011 1100000 0 11110 100010110 1011100 100100

Color Harmonies of #7407B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7407B3

Black with #7407B3

Text Example


Text Example

White with #7407B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7407B3; }

 p { color: rgb(116,7,179); }

 H1.HeaderClassName
 {
   color: #7407B3;
 }
 .AnyTagClassName
 {
   color: #7407B3;
 }
</style>

background-color css

<style>
 a { background-color: #7407B3; }

 a { background-color: rgb(116,7,179); }

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

border-color css

<style>
 span { border-color: #7407B3; }

 span { border-color: rgb(116,7,179); }

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