Html Css Color HEX #7219E6 Blue Violet

📋 copy color: '#7219E6'

red 114 ◦ green 25 ◦ blue 230

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

Shades of Blue Violet #7219E6

Tints of Blue Violet #7219E6

RGB

 RED value IS 114 (44.92% from 255) = 30.89%

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

 BLUE value IS 230 (90.23% from 255) = 62.33%

R = 30.89%
G = 6.78%
B = 62.33%

CMYK

 C value IS 0.50

 M value IS 0.89

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7219E6 (or 0x7219E6) is known color: Blue Violet. HEX triplet: 72, 19 and E6. RGB value is (114,25,230). Sum of RGB (Red+Green+Blue) = 114+25+230=369 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.89% from 369); Green value is 25 (10.16% from 255 or 6.78% from 369); Blue value is 230 (90.23% from 255 or 62.33% from 369); Max value from RGB is 230 - color contains mainly: blue. Hex color #7219E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7219E6 is #8DE619. Grayscale: #4A4A4A. Windows color (decimal): -9299482 or 15079794. OLE color: 15079794.

HSL color Cylindrical-coordinate representation of color #7219E6: hue angle of 266.05º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7219E6 is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 114 25 230 -
CMYK 0.50 0.89 0 0.10
HSL 266.05º 0.8% 0.5% -
HSV(B) 266.05º 0.89% 0.9% -
XYZ 21.57 9.99 75.65 -
YUV 74.98 215.49 155.83 -
System Red Green Blue C M Y K H S L
Decimal 114 25 230 0.50 0.89 0 0.10 266.05 0.8 0.5
Hex 72 19 E6 32 59 0 A 10A 50 32
Octal 162 31 346 62 131 0 12 412 120 62
Binary 1110010 11001 11100110 110010 1011001 0 1010 100001010 1010000 110010

Color Harmonies of #7219E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7219E6

Black with #7219E6

Text Example


Text Example

White with #7219E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7219E6; }

 p { color: rgb(114,25,230); }

 H1.HeaderClassName
 {
   color: #7219E6;
 }
 .AnyTagClassName
 {
   color: #7219E6;
 }
</style>

background-color css

<style>
 a { background-color: #7219E6; }

 a { background-color: rgb(114,25,230); }

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

border-color css

<style>
 span { border-color: #7219E6; }

 span { border-color: rgb(114,25,230); }

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