Html Css Color HEX #7B19CD Blue Violet

📋 copy color: '#7B19CD'

red 123 ◦ green 25 ◦ blue 205

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

Shades of Blue Violet #7B19CD

Tints of Blue Violet #7B19CD

RGB

 RED value IS 123 (48.44% from 255) = 34.84%

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

 BLUE value IS 205 (80.47% from 255) = 58.07%

R = 34.84%
G = 7.08%
B = 58.07%

CMYK

 C value IS 0.4

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7B19CD (or 0x7B19CD) is known color: Blue Violet. HEX triplet: 7B, 19 and CD. RGB value is (123,25,205). Sum of RGB (Red+Green+Blue) = 123+25+205=353 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.84% from 353); Green value is 25 (10.16% from 255 or 7.08% from 353); Blue value is 205 (80.47% from 255 or 58.07% from 353); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B19CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B19CD is #84E632. Grayscale: #4A4A4A. Windows color (decimal): -8709683 or 13441403. OLE color: 13441403.

HSL color Cylindrical-coordinate representation of color #7B19CD: hue angle of 272.67º 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 #7B19CD is Cyan = 0.4, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 123 25 205 -
CMYK 0.4 0.88 0 0.20
HSL 272.67º 0.78% 0.45% -
HSV(B) 272.67º 0.88% 0.8% -
XYZ 19.54 9.31 58.53 -
YUV 74.82 201.47 162.36 -
System Red Green Blue C M Y K H S L
Decimal 123 25 205 0.4 0.88 0 0.20 272.67 0.78 0.45
Hex 7B 19 CD 28 58 0 14 111 4E 2D
Octal 173 31 315 50 130 0 24 421 116 55
Binary 1111011 11001 11001101 101000 1011000 0 10100 100010001 1001110 101101

Color Harmonies of #7B19CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B19CD

Black with #7B19CD

Text Example


Text Example

White with #7B19CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,25,205); }

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

background-color css

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

 a { background-color: rgb(123,25,205); }

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

border-color css

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

 span { border-color: rgb(123,25,205); }

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