Html Css Color HEX #7215DC Blue Violet

📋 copy color: '#7215DC'

red 114 ◦ green 21 ◦ blue 220

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

Shades of Blue Violet #7215DC

Tints of Blue Violet #7215DC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.92%

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

R = 32.11%
G = 5.92%
B = 61.97%

CMYK

 C value IS 0.48

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7215DC (or 0x7215DC) is known color: Blue Violet. HEX triplet: 72, 15 and DC. RGB value is (114,21,220). Sum of RGB (Red+Green+Blue) = 114+21+220=355 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.11% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 220 (86.33% from 255 or 61.97% from 355); Max value from RGB is 220 - color contains mainly: blue. Hex color #7215DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7215DC is #8DEA23. Grayscale: #464646. Windows color (decimal): -9300516 or 14423410. OLE color: 14423410.

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

Color convert

RGB 114 21 220 -
CMYK 0.48 0.90 0 0.14
HSL 268.04º 0.83% 0.47% -
HSV(B) 268.04º 0.9% 0.86% -
XYZ 20.13 9.28 68.44 -
YUV 71.49 211.81 158.32 -
System Red Green Blue C M Y K H S L
Decimal 114 21 220 0.48 0.90 0 0.14 268.04 0.83 0.47
Hex 72 15 DC 30 5A 0 E 10C 53 2F
Octal 162 25 334 60 132 0 16 414 123 57
Binary 1110010 10101 11011100 110000 1011010 0 1110 100001100 1010011 101111

Color Harmonies of #7215DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7215DC

Black with #7215DC

Text Example


Text Example

White with #7215DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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