Html Css Color HEX #7409CA Dark Violet

📋 copy color: '#7409CA'

red 116 ◦ green 9 ◦ blue 202

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

Shades of Dark Violet #7409CA

Tints of Dark Violet #7409CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 61.77%

R = 35.47%
G = 2.75%
B = 61.77%

CMYK

 C value IS 0.43

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7409CA (or 0x7409CA) is known color: Dark Violet. HEX triplet: 74, 09 and CA. RGB value is (116,9,202). Sum of RGB (Red+Green+Blue) = 116+9+202=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 9 (3.91% from 255 or 2.75% from 327); Blue value is 202 (79.30% from 255 or 61.77% from 327); Max value from RGB is 202 - color contains mainly: blue. Hex color #7409CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7409CA is #8BF635. Grayscale: #3E3E3E. Windows color (decimal): -9172534 or 13240692. OLE color: 13240692.

HSL color Cylindrical-coordinate representation of color #7409CA: hue angle of 273.26º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7409CA is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 116 9 202 -
CMYK 0.43 0.96 0 0.21
HSL 273.26º 0.91% 0.41% -
HSV(B) 273.26º 0.96% 0.79% -
XYZ 17.96 8.17 56.51 -
YUV 63 206.45 165.81 -
System Red Green Blue C M Y K H S L
Decimal 116 9 202 0.43 0.96 0 0.21 273.26 0.91 0.41
Hex 74 9 CA 2B 60 0 15 111 5B 29
Octal 164 11 312 53 140 0 25 421 133 51
Binary 1110100 1001 11001010 101011 1100000 0 10101 100010001 1011011 101001

Color Harmonies of #7409CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7409CA

Black with #7409CA

Text Example


Text Example

White with #7409CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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