Html Css Color HEX #7A13DF Blue Violet

📋 copy color: '#7A13DF'

red 122 ◦ green 19 ◦ blue 223

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

Shades of Blue Violet #7A13DF

Tints of Blue Violet #7A13DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 61.26%

R = 33.52%
G = 5.22%
B = 61.26%

CMYK

 C value IS 0.45

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7A13DF (or 0x7A13DF) is known color: Blue Violet. HEX triplet: 7A, 13 and DF. RGB value is (122,19,223). Sum of RGB (Red+Green+Blue) = 122+19+223=364 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.52% from 364); Green value is 19 (7.81% from 255 or 5.22% from 364); Blue value is 223 (87.5% from 255 or 61.26% from 364); Max value from RGB is 223 - color contains mainly: blue. Hex color #7A13DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A13DF is #85EC20. Grayscale: #484848. Windows color (decimal): -8776737 or 14619514. OLE color: 14619514.

HSL color Cylindrical-coordinate representation of color #7A13DF: hue angle of 270.29º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7A13DF is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 19 223 -
CMYK 0.45 0.91 0 0.13
HSL 270.29º 0.84% 0.47% -
HSV(B) 270.29º 0.91% 0.87% -
XYZ 21.58 9.93 70.59 -
YUV 73.05 212.62 162.91 -
System Red Green Blue C M Y K H S L
Decimal 122 19 223 0.45 0.91 0 0.13 270.29 0.84 0.47
Hex 7A 13 DF 2D 5B 0 D 10E 54 2F
Octal 172 23 337 55 133 0 15 416 124 57
Binary 1111010 10011 11011111 101101 1011011 0 1101 100001110 1010100 101111

Color Harmonies of #7A13DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A13DF

Black with #7A13DF

Text Example


Text Example

White with #7A13DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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