Html Css Color HEX #7A0FDB Blue Violet

📋 copy color: '#7A0FDB'

red 122 ◦ green 15 ◦ blue 219

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

Shades of Blue Violet #7A0FDB

Tints of Blue Violet #7A0FDB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.21%

 BLUE value IS 219 (85.94% from 255) = 61.52%

R = 34.27%
G = 4.21%
B = 61.52%

CMYK

 C value IS 0.44

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7A0FDB (or 0x7A0FDB) is known color: Blue Violet. HEX triplet: 7A, 0F and DB. RGB value is (122,15,219). Sum of RGB (Red+Green+Blue) = 122+15+219=356 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.27% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 219 (85.94% from 255 or 61.52% from 356); Max value from RGB is 219 - color contains mainly: blue. Hex color #7A0FDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A0FDB is #85F024. Grayscale: #454545. Windows color (decimal): -8777765 or 14356346. OLE color: 14356346.

HSL color Cylindrical-coordinate representation of color #7A0FDB: hue angle of 271.47º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A0FDB is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 122 15 219 -
CMYK 0.44 0.93 0 0.14
HSL 271.47º 0.87% 0.46% -
HSV(B) 271.47º 0.93% 0.86% -
XYZ 20.98 9.59 67.76 -
YUV 70.25 211.95 164.91 -
System Red Green Blue C M Y K H S L
Decimal 122 15 219 0.44 0.93 0 0.14 271.47 0.87 0.46
Hex 7A F DB 2C 5D 0 E 10F 57 2E
Octal 172 17 333 54 135 0 16 417 127 56
Binary 1111010 1111 11011011 101100 1011101 0 1110 100001111 1010111 101110

Color Harmonies of #7A0FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0FDB

Black with #7A0FDB

Text Example


Text Example

White with #7A0FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,15,219); }

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

background-color css

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

 a { background-color: rgb(122,15,219); }

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

border-color css

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

 span { border-color: rgb(122,15,219); }

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