Html Css Color HEX #7614DC Blue Violet

📋 copy color: '#7614DC'

red 118 ◦ green 20 ◦ blue 220

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

Shades of Blue Violet #7614DC

Tints of Blue Violet #7614DC

RGB

 RED value IS 118 (46.48% from 255) = 32.96%

 GREEN value IS 20 (8.2% from 255) = 5.59%

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

R = 32.96%
G = 5.59%
B = 61.45%

CMYK

 C value IS 0.46

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7614DC (or 0x7614DC) is known color: Blue Violet. HEX triplet: 76, 14 and DC. RGB value is (118,20,220). Sum of RGB (Red+Green+Blue) = 118+20+220=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 220 (86.33% from 255 or 61.45% from 358); Max value from RGB is 220 - color contains mainly: blue. Hex color #7614DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7614DC is #89EB23. Grayscale: #474747. Windows color (decimal): -9038628 or 14423158. OLE color: 14423158.

HSL color Cylindrical-coordinate representation of color #7614DC: hue angle of 269.4º degrees, saturation: 0.83, 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 #7614DC is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 20 220 -
CMYK 0.46 0.91 0 0.14
HSL 269.4º 0.83% 0.47% -
HSV(B) 269.4º 0.91% 0.86% -
XYZ 20.64 9.52 68.46 -
YUV 72.1 211.47 160.74 -
System Red Green Blue C M Y K H S L
Decimal 118 20 220 0.46 0.91 0 0.14 269.4 0.83 0.47
Hex 76 14 DC 2E 5B 0 E 10D 53 2F
Octal 166 24 334 56 133 0 16 415 123 57
Binary 1110110 10100 11011100 101110 1011011 0 1110 100001101 1010011 101111

Color Harmonies of #7614DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7614DC

Black with #7614DC

Text Example


Text Example

White with #7614DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,20,220); }

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

background-color css

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

 a { background-color: rgb(118,20,220); }

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

border-color css

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

 span { border-color: rgb(118,20,220); }

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