Html Css Color HEX #7913CA Dark Violet

📋 copy color: '#7913CA'

red 121 ◦ green 19 ◦ blue 202

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

Shades of Dark Violet #7913CA

Tints of Dark Violet #7913CA

RGB

 RED value IS 121 (47.66% from 255) = 35.38%

 GREEN value IS 19 (7.81% from 255) = 5.56%

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

R = 35.38%
G = 5.56%
B = 59.06%

CMYK

 C value IS 0.40

 M value IS 0.91

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7913CA (or 0x7913CA) is known color: Dark Violet. HEX triplet: 79, 13 and CA. RGB value is (121,19,202). Sum of RGB (Red+Green+Blue) = 121+19+202=342 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.38% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 202 (79.30% from 255 or 59.06% from 342); Max value from RGB is 202 - color contains mainly: blue. Hex color #7913CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7913CA is #86EC35. Grayscale: #454545. Windows color (decimal): -8842294 or 13243257. OLE color: 13243257.

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

Color convert

RGB 121 19 202 -
CMYK 0.40 0.91 0 0.21
HSL 273.44º 0.83% 0.43% -
HSV(B) 273.44º 0.91% 0.79% -
XYZ 18.78 8.79 56.58 -
YUV 70.36 202.29 164.12 -
System Red Green Blue C M Y K H S L
Decimal 121 19 202 0.40 0.91 0 0.21 273.44 0.83 0.43
Hex 79 13 CA 28 5B 0 15 111 53 2B
Octal 171 23 312 50 133 0 25 421 123 53
Binary 1111001 10011 11001010 101000 1011011 0 10101 100010001 1010011 101011

Color Harmonies of #7913CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7913CA

Black with #7913CA

Text Example


Text Example

White with #7913CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,19,202); }

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

background-color css

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

 a { background-color: rgb(121,19,202); }

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

border-color css

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

 span { border-color: rgb(121,19,202); }

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