Html Css Color HEX #7509CB Dark Violet

📋 copy color: '#7509CB'

red 117 ◦ green 9 ◦ blue 203

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

Shades of Dark Violet #7509CB

Tints of Dark Violet #7509CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 61.7%

R = 35.56%
G = 2.74%
B = 61.7%

CMYK

 C value IS 0.42

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7509CB (or 0x7509CB) is known color: Dark Violet. HEX triplet: 75, 09 and CB. RGB value is (117,9,203). Sum of RGB (Red+Green+Blue) = 117+9+203=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 9 (3.91% from 255 or 2.74% from 329); Blue value is 203 (79.69% from 255 or 61.70% from 329); Max value from RGB is 203 - color contains mainly: blue. Hex color #7509CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7509CB is #8AF634. Grayscale: #3E3E3E. Windows color (decimal): -9106997 or 13306229. OLE color: 13306229.

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

Color convert

RGB 117 9 203 -
CMYK 0.42 0.96 0 0.20
HSL 273.4º 0.92% 0.42% -
HSV(B) 273.4º 0.96% 0.8% -
XYZ 18.21 8.29 57.14 -
YUV 63.41 206.78 166.23 -
System Red Green Blue C M Y K H S L
Decimal 117 9 203 0.42 0.96 0 0.20 273.4 0.92 0.42
Hex 75 9 CB 2A 60 0 14 111 5C 2A
Octal 165 11 313 52 140 0 24 421 134 52
Binary 1110101 1001 11001011 101010 1100000 0 10100 100010001 1011100 101010

Color Harmonies of #7509CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7509CB

Black with #7509CB

Text Example


Text Example

White with #7509CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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