Html Css Color HEX #7508BF Dark Violet

📋 copy color: '#7508BF'

red 117 ◦ green 8 ◦ blue 191

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

Shades of Dark Violet #7508BF

Tints of Dark Violet #7508BF

RGB

 RED value IS 117 (46.09% from 255) = 37.03%

 GREEN value IS 8 (3.52% from 255) = 2.53%

 BLUE value IS 191 (75% from 255) = 60.44%

R = 37.03%
G = 2.53%
B = 60.44%

CMYK

 C value IS 0.39

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7508BF (or 0x7508BF) is known color: Dark Violet. HEX triplet: 75, 08 and BF. RGB value is (117,8,191). Sum of RGB (Red+Green+Blue) = 117+8+191=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 191 (75% from 255 or 60.44% from 316); Max value from RGB is 191 - color contains mainly: blue. Hex color #7508BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7508BF is #8AF740. Grayscale: #3C3C3C. Windows color (decimal): -9107265 or 12519541. OLE color: 12519541.

HSL color Cylindrical-coordinate representation of color #7508BF: hue angle of 275.74º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7508BF is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 8 191 -
CMYK 0.39 0.96 0 0.25
HSL 275.74º 0.92% 0.39% -
HSV(B) 275.74º 0.96% 0.75% -
XYZ 16.83 7.72 49.89 -
YUV 61.45 201.11 167.62 -
System Red Green Blue C M Y K H S L
Decimal 117 8 191 0.39 0.96 0 0.25 275.74 0.92 0.39
Hex 75 8 BF 27 60 0 19 114 5C 27
Octal 165 10 277 47 140 0 31 424 134 47
Binary 1110101 1000 10111111 100111 1100000 0 11001 100010100 1011100 100111

Color Harmonies of #7508BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7508BF

Black with #7508BF

Text Example


Text Example

White with #7508BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7508BF; }

 p { color: rgb(117,8,191); }

 H1.HeaderClassName
 {
   color: #7508BF;
 }
 .AnyTagClassName
 {
   color: #7508BF;
 }
</style>

background-color css

<style>
 a { background-color: #7508BF; }

 a { background-color: rgb(117,8,191); }

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

border-color css

<style>
 span { border-color: #7508BF; }

 span { border-color: rgb(117,8,191); }

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