Html Css Color HEX #7213DC Blue Violet

📋 copy color: '#7213DC'

red 114 ◦ green 19 ◦ blue 220

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

Shades of Blue Violet #7213DC

Tints of Blue Violet #7213DC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.38%

 BLUE value IS 220 (86.33% from 255) = 62.32%

R = 32.29%
G = 5.38%
B = 62.32%

CMYK

 C value IS 0.48

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7213DC (or 0x7213DC) is known color: Blue Violet. HEX triplet: 72, 13 and DC. RGB value is (114,19,220). Sum of RGB (Red+Green+Blue) = 114+19+220=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 19 (7.81% from 255 or 5.38% from 353); Blue value is 220 (86.33% from 255 or 62.32% from 353); Max value from RGB is 220 - color contains mainly: blue. Hex color #7213DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7213DC is #8DEC23. Grayscale: #454545. Windows color (decimal): -9301028 or 14422898. OLE color: 14422898.

HSL color Cylindrical-coordinate representation of color #7213DC: hue angle of 268.36º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7213DC is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 19 220 -
CMYK 0.48 0.91 0 0.14
HSL 268.36º 0.84% 0.47% -
HSV(B) 268.36º 0.91% 0.86% -
XYZ 20.09 9.21 68.43 -
YUV 70.32 212.47 159.16 -
System Red Green Blue C M Y K H S L
Decimal 114 19 220 0.48 0.91 0 0.14 268.36 0.84 0.47
Hex 72 13 DC 30 5B 0 E 10C 54 2F
Octal 162 23 334 60 133 0 16 414 124 57
Binary 1110010 10011 11011100 110000 1011011 0 1110 100001100 1010100 101111

Color Harmonies of #7213DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7213DC

Black with #7213DC

Text Example


Text Example

White with #7213DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7213DC; }

 p { color: rgb(114,19,220); }

 H1.HeaderClassName
 {
   color: #7213DC;
 }
 .AnyTagClassName
 {
   color: #7213DC;
 }
</style>

background-color css

<style>
 a { background-color: #7213DC; }

 a { background-color: rgb(114,19,220); }

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

border-color css

<style>
 span { border-color: #7213DC; }

 span { border-color: rgb(114,19,220); }

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