Html Css Color HEX #7509BE Dark Violet

📋 copy color: '#7509BE'

red 117 ◦ green 9 ◦ blue 190

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

Shades of Dark Violet #7509BE

Tints of Dark Violet #7509BE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.85%

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

R = 37.03%
G = 2.85%
B = 60.13%

CMYK

 C value IS 0.38

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7509BE (or 0x7509BE) is known color: Dark Violet. HEX triplet: 75, 09 and BE. RGB value is (117,9,190). Sum of RGB (Red+Green+Blue) = 117+9+190=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 190 (74.61% from 255 or 60.13% from 316); Max value from RGB is 190 - color contains mainly: blue. Hex color #7509BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7509BE is #8AF641. Grayscale: #3D3D3D. Windows color (decimal): -9107010 or 12454261. OLE color: 12454261.

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

Color convert

RGB 117 9 190 -
CMYK 0.38 0.95 0 0.25
HSL 275.8º 0.91% 0.39% -
HSV(B) 275.8º 0.95% 0.75% -
XYZ 16.73 7.69 49.32 -
YUV 61.93 200.28 167.28 -
System Red Green Blue C M Y K H S L
Decimal 117 9 190 0.38 0.95 0 0.25 275.8 0.91 0.39
Hex 75 9 BE 26 5F 0 19 114 5B 27
Octal 165 11 276 46 137 0 31 424 133 47
Binary 1110101 1001 10111110 100110 1011111 0 11001 100010100 1011011 100111

Color Harmonies of #7509BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7509BE

Black with #7509BE

Text Example


Text Example

White with #7509BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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