Html Css Color HEX #7614DA Blue Violet

📋 copy color: '#7614DA'

red 118 ◦ green 20 ◦ blue 218

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

Shades of Blue Violet #7614DA

Tints of Blue Violet #7614DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 61.24%

R = 33.15%
G = 5.62%
B = 61.24%

CMYK

 C value IS 0.46

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7614DA (or 0x7614DA) is known color: Blue Violet. HEX triplet: 76, 14 and DA. RGB value is (118,20,218). Sum of RGB (Red+Green+Blue) = 118+20+218=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 218 (85.55% from 255 or 61.24% from 356); Max value from RGB is 218 - color contains mainly: blue. Hex color #7614DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7614DA is #89EB25. Grayscale: #474747. Windows color (decimal): -9038630 or 14292086. OLE color: 14292086.

HSL color Cylindrical-coordinate representation of color #7614DA: hue angle of 269.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7614DA is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 20 218 -
CMYK 0.46 0.91 0 0.15
HSL 269.7º 0.83% 0.47% -
HSV(B) 269.7º 0.91% 0.85% -
XYZ 20.38 9.41 67.07 -
YUV 71.87 210.47 160.9 -
System Red Green Blue C M Y K H S L
Decimal 118 20 218 0.46 0.91 0 0.15 269.7 0.83 0.47
Hex 76 14 DA 2E 5B 0 F 10E 53 2F
Octal 166 24 332 56 133 0 17 416 123 57
Binary 1110110 10100 11011010 101110 1011011 0 1111 100001110 1010011 101111

Color Harmonies of #7614DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7614DA

Black with #7614DA

Text Example


Text Example

White with #7614DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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