Html Css Color HEX #7509BC Dark Violet

📋 copy color: '#7509BC'

red 117 ◦ green 9 ◦ blue 188

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

Shades of Dark Violet #7509BC

Tints of Dark Violet #7509BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 59.87%

R = 37.26%
G = 2.87%
B = 59.87%

CMYK

 C value IS 0.38

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7509BC (or 0x7509BC) is known color: Dark Violet. HEX triplet: 75, 09 and BC. RGB value is (117,9,188). Sum of RGB (Red+Green+Blue) = 117+9+188=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 188 (73.83% from 255 or 59.87% from 314); Max value from RGB is 188 - color contains mainly: blue. Hex color #7509BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7509BC is #8AF643. Grayscale: #3D3D3D. Windows color (decimal): -9107012 or 12323189. OLE color: 12323189.

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

Color convert

RGB 117 9 188 -
CMYK 0.38 0.95 0 0.26
HSL 276.2º 0.91% 0.39% -
HSV(B) 276.2º 0.95% 0.74% -
XYZ 16.51 7.61 48.18 -
YUV 61.7 199.28 167.45 -
System Red Green Blue C M Y K H S L
Decimal 117 9 188 0.38 0.95 0 0.26 276.2 0.91 0.39
Hex 75 9 BC 26 5F 0 1A 114 5B 27
Octal 165 11 274 46 137 0 32 424 133 47
Binary 1110101 1001 10111100 100110 1011111 0 11010 100010100 1011011 100111

Color Harmonies of #7509BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7509BC

Black with #7509BC

Text Example


Text Example

White with #7509BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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