Html Css Color HEX #7505BE Dark Violet

📋 copy color: '#7505BE'

red 117 ◦ green 5 ◦ blue 190

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

Shades of Dark Violet #7505BE

Tints of Dark Violet #7505BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 60.9%

R = 37.5%
G = 1.6%
B = 60.9%

CMYK

 C value IS 0.38

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7505BE (or 0x7505BE) is known color: Dark Violet. HEX triplet: 75, 05 and BE. RGB value is (117,5,190). Sum of RGB (Red+Green+Blue) = 117+5+190=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 190 (74.61% from 255 or 60.90% from 312); Max value from RGB is 190 - color contains mainly: blue. Hex color #7505BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7505BE is #8AFA41. Grayscale: #3A3A3A. Windows color (decimal): -9108034 or 12453237. OLE color: 12453237.

HSL color Cylindrical-coordinate representation of color #7505BE: hue angle of 276.32º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7505BE is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 5 190 -
CMYK 0.38 0.97 0 0.25
HSL 276.32º 0.95% 0.38% -
HSV(B) 276.32º 0.97% 0.75% -
XYZ 16.68 7.61 49.3 -
YUV 59.58 201.61 168.96 -
System Red Green Blue C M Y K H S L
Decimal 117 5 190 0.38 0.97 0 0.25 276.32 0.95 0.38
Hex 75 5 BE 26 61 0 19 114 5F 26
Octal 165 5 276 46 141 0 31 424 137 46
Binary 1110101 101 10111110 100110 1100001 0 11001 100010100 1011111 100110

Color Harmonies of #7505BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7505BE

Black with #7505BE

Text Example


Text Example

White with #7505BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7505BE; }

 p { color: rgb(117,5,190); }

 H1.HeaderClassName
 {
   color: #7505BE;
 }
 .AnyTagClassName
 {
   color: #7505BE;
 }
</style>

background-color css

<style>
 a { background-color: #7505BE; }

 a { background-color: rgb(117,5,190); }

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

border-color css

<style>
 span { border-color: #7505BE; }

 span { border-color: rgb(117,5,190); }

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