Html Css Color HEX #7A19CB Blue Violet

📋 copy color: '#7A19CB'

red 122 ◦ green 25 ◦ blue 203

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

Shades of Blue Violet #7A19CB

Tints of Blue Violet #7A19CB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.14%

 BLUE value IS 203 (79.69% from 255) = 58%

R = 34.86%
G = 7.14%
B = 58%

CMYK

 C value IS 0.40

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7A19CB (or 0x7A19CB) is known color: Blue Violet. HEX triplet: 7A, 19 and CB. RGB value is (122,25,203). Sum of RGB (Red+Green+Blue) = 122+25+203=350 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.86% from 350); Green value is 25 (10.16% from 255 or 7.14% from 350); Blue value is 203 (79.69% from 255 or 58% from 350); Max value from RGB is 203 - color contains mainly: blue. Hex color #7A19CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A19CB is #85E634. Grayscale: #494949. Windows color (decimal): -8775221 or 13310330. OLE color: 13310330.

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

Color convert

RGB 122 25 203 -
CMYK 0.40 0.88 0 0.20
HSL 272.7º 0.78% 0.45% -
HSV(B) 272.7º 0.88% 0.8% -
XYZ 19.15 9.14 57.26 -
YUV 74.3 200.64 162.03 -
System Red Green Blue C M Y K H S L
Decimal 122 25 203 0.40 0.88 0 0.20 272.7 0.78 0.45
Hex 7A 19 CB 28 58 0 14 111 4E 2D
Octal 172 31 313 50 130 0 24 421 116 55
Binary 1111010 11001 11001011 101000 1011000 0 10100 100010001 1001110 101101

Color Harmonies of #7A19CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A19CB

Black with #7A19CB

Text Example


Text Example

White with #7A19CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,25,203); }

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

background-color css

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

 a { background-color: rgb(122,25,203); }

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

border-color css

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

 span { border-color: rgb(122,25,203); }

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