Html Css Color HEX #7509CE Dark Violet

📋 copy color: '#7509CE'

red 117 ◦ green 9 ◦ blue 206

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

Shades of Dark Violet #7509CE

Tints of Dark Violet #7509CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 62.05%

R = 35.24%
G = 2.71%
B = 62.05%

CMYK

 C value IS 0.43

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7509CE (or 0x7509CE) is known color: Dark Violet. HEX triplet: 75, 09 and CE. RGB value is (117,9,206). Sum of RGB (Red+Green+Blue) = 117+9+206=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 9 (3.91% from 255 or 2.71% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #7509CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7509CE is #8AF631. Grayscale: #3F3F3F. Windows color (decimal): -9106994 or 13502837. OLE color: 13502837.

HSL color Cylindrical-coordinate representation of color #7509CE: hue angle of 272.89º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7509CE is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 9 206 -
CMYK 0.43 0.96 0 0.19
HSL 272.89º 0.92% 0.42% -
HSV(B) 272.89º 0.96% 0.81% -
XYZ 18.57 8.43 59.04 -
YUV 63.75 208.28 165.98 -
System Red Green Blue C M Y K H S L
Decimal 117 9 206 0.43 0.96 0 0.19 272.89 0.92 0.42
Hex 75 9 CE 2B 60 0 13 111 5C 2A
Octal 165 11 316 53 140 0 23 421 134 52
Binary 1110101 1001 11001110 101011 1100000 0 10011 100010001 1011100 101010

Color Harmonies of #7509CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7509CE

Black with #7509CE

Text Example


Text Example

White with #7509CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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