Html Css Color HEX #7409CB Dark Violet

📋 copy color: '#7409CB'

red 116 ◦ green 9 ◦ blue 203

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

Shades of Dark Violet #7409CB

Tints of Dark Violet #7409CB

RGB

 RED value IS 116 (45.7% from 255) = 35.37%

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

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

R = 35.37%
G = 2.74%
B = 61.89%

CMYK

 C value IS 0.43

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7409CB (or 0x7409CB) is known color: Dark Violet. HEX triplet: 74, 09 and CB. RGB value is (116,9,203). Sum of RGB (Red+Green+Blue) = 116+9+203=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 9 (3.91% from 255 or 2.74% from 328); Blue value is 203 (79.69% from 255 or 61.89% from 328); Max value from RGB is 203 - color contains mainly: blue. Hex color #7409CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7409CB is #8BF634. Grayscale: #3E3E3E. Windows color (decimal): -9172533 or 13306228. OLE color: 13306228.

HSL color Cylindrical-coordinate representation of color #7409CB: hue angle of 273.09º 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 #7409CB is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 9 203 -
CMYK 0.43 0.96 0 0.20
HSL 273.09º 0.92% 0.42% -
HSV(B) 273.09º 0.96% 0.8% -
XYZ 18.08 8.22 57.13 -
YUV 63.11 206.95 165.73 -
System Red Green Blue C M Y K H S L
Decimal 116 9 203 0.43 0.96 0 0.20 273.09 0.92 0.42
Hex 74 9 CB 2B 60 0 14 111 5C 2A
Octal 164 11 313 53 140 0 24 421 134 52
Binary 1110100 1001 11001011 101011 1100000 0 10100 100010001 1011100 101010

Color Harmonies of #7409CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7409CB

Black with #7409CB

Text Example


Text Example

White with #7409CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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