Html Css Color HEX #7A13CD Dark Violet

📋 copy color: '#7A13CD'

red 122 ◦ green 19 ◦ blue 205

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

Shades of Dark Violet #7A13CD

Tints of Dark Violet #7A13CD

RGB

 RED value IS 122 (48.05% from 255) = 35.26%

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

 BLUE value IS 205 (80.47% from 255) = 59.25%

R = 35.26%
G = 5.49%
B = 59.25%

CMYK

 C value IS 0.40

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7A13CD (or 0x7A13CD) is known color: Dark Violet. HEX triplet: 7A, 13 and CD. RGB value is (122,19,205). Sum of RGB (Red+Green+Blue) = 122+19+205=346 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.26% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 205 (80.47% from 255 or 59.25% from 346); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A13CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A13CD is #85EC32. Grayscale: #464646. Windows color (decimal): -8776755 or 13439866. OLE color: 13439866.

HSL color Cylindrical-coordinate representation of color #7A13CD: hue angle of 273.23º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7A13CD is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 122 19 205 -
CMYK 0.40 0.91 0 0.20
HSL 273.23º 0.83% 0.44% -
HSV(B) 273.23º 0.91% 0.8% -
XYZ 19.28 9.01 58.48 -
YUV 71 203.62 164.38 -
System Red Green Blue C M Y K H S L
Decimal 122 19 205 0.40 0.91 0 0.20 273.23 0.83 0.44
Hex 7A 13 CD 28 5B 0 14 111 53 2C
Octal 172 23 315 50 133 0 24 421 123 54
Binary 1111010 10011 11001101 101000 1011011 0 10100 100010001 1010011 101100

Color Harmonies of #7A13CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A13CD

Black with #7A13CD

Text Example


Text Example

White with #7A13CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A13CD; }

 p { color: rgb(122,19,205); }

 H1.HeaderClassName
 {
   color: #7A13CD;
 }
 .AnyTagClassName
 {
   color: #7A13CD;
 }
</style>

background-color css

<style>
 a { background-color: #7A13CD; }

 a { background-color: rgb(122,19,205); }

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

border-color css

<style>
 span { border-color: #7A13CD; }

 span { border-color: rgb(122,19,205); }

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