Html Css Color HEX #7A10DF Blue Violet

📋 copy color: '#7A10DF'

red 122 ◦ green 16 ◦ blue 223

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

Shades of Blue Violet #7A10DF

Tints of Blue Violet #7A10DF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.43%

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

R = 33.8%
G = 4.43%
B = 61.77%

CMYK

 C value IS 0.45

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7A10DF (or 0x7A10DF) is known color: Blue Violet. HEX triplet: 7A, 10 and DF. RGB value is (122,16,223). Sum of RGB (Red+Green+Blue) = 122+16+223=361 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.80% from 361); Green value is 16 (6.64% from 255 or 4.43% from 361); Blue value is 223 (87.5% from 255 or 61.77% from 361); Max value from RGB is 223 - color contains mainly: blue. Hex color #7A10DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A10DF is #85EF20. Grayscale: #464646. Windows color (decimal): -8777505 or 14618746. OLE color: 14618746.

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

Color convert

RGB 122 16 223 -
CMYK 0.45 0.93 0 0.13
HSL 270.72º 0.87% 0.47% -
HSV(B) 270.72º 0.93% 0.87% -
XYZ 21.53 9.84 70.58 -
YUV 71.29 213.62 164.17 -
System Red Green Blue C M Y K H S L
Decimal 122 16 223 0.45 0.93 0 0.13 270.72 0.87 0.47
Hex 7A 10 DF 2D 5D 0 D 10F 57 2F
Octal 172 20 337 55 135 0 15 417 127 57
Binary 1111010 10000 11011111 101101 1011101 0 1101 100001111 1010111 101111

Color Harmonies of #7A10DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A10DF

Black with #7A10DF

Text Example


Text Example

White with #7A10DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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