Html Css Color HEX #7A10B3 Dark Violet

📋 copy color: '#7A10B3'

red 122 ◦ green 16 ◦ blue 179

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

Shades of Dark Violet #7A10B3

Tints of Dark Violet #7A10B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 56.47%

R = 38.49%
G = 5.05%
B = 56.47%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7A10B3 (or 0x7A10B3) is known color: Dark Violet. HEX triplet: 7A, 10 and B3. RGB value is (122,16,179). Sum of RGB (Red+Green+Blue) = 122+16+179=317 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.49% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 179 (70.31% from 255 or 56.47% from 317); Max value from RGB is 179 - color contains mainly: blue. Hex color #7A10B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A10B3 is #85EF4C. Grayscale: #414141. Windows color (decimal): -8777549 or 11735162. OLE color: 11735162.

HSL color Cylindrical-coordinate representation of color #7A10B3: hue angle of 279.02º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7A10B3 is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 122 16 179 -
CMYK 0.32 0.91 0 0.30
HSL 279.02º 0.84% 0.38% -
HSV(B) 279.02º 0.91% 0.7% -
XYZ 16.35 7.76 43.28 -
YUV 66.28 191.62 167.75 -
System Red Green Blue C M Y K H S L
Decimal 122 16 179 0.32 0.91 0 0.30 279.02 0.84 0.38
Hex 7A 10 B3 20 5B 0 1E 117 54 26
Octal 172 20 263 40 133 0 36 427 124 46
Binary 1111010 10000 10110011 100000 1011011 0 11110 100010111 1010100 100110

Color Harmonies of #7A10B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A10B3

Black with #7A10B3

Text Example


Text Example

White with #7A10B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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