Html Css Color HEX #7634DB Blue Violet

📋 copy color: '#7634DB'

red 118 ◦ green 52 ◦ blue 219

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

Shades of Blue Violet #7634DB

Tints of Blue Violet #7634DB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.37%

 BLUE value IS 219 (85.94% from 255) = 56.3%

R = 30.33%
G = 13.37%
B = 56.3%

CMYK

 C value IS 0.46

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7634DB (or 0x7634DB) is known color: Blue Violet. HEX triplet: 76, 34 and DB. RGB value is (118,52,219). Sum of RGB (Red+Green+Blue) = 118+52+219=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 52 (20.70% from 255 or 13.37% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #7634DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7634DB is #89CB24. Grayscale: #5A5A5A. Windows color (decimal): -9030437 or 14365814. OLE color: 14365814.

HSL color Cylindrical-coordinate representation of color #7634DB: hue angle of 263.71º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7634DB is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 52 219 -
CMYK 0.46 0.76 0 0.14
HSL 263.71º 0.7% 0.53% -
HSV(B) 263.71º 0.76% 0.86% -
XYZ 21.49 11.42 68.09 -
YUV 90.77 200.37 147.42 -
System Red Green Blue C M Y K H S L
Decimal 118 52 219 0.46 0.76 0 0.14 263.71 0.7 0.53
Hex 76 34 DB 2E 4C 0 E 108 46 35
Octal 166 64 333 56 114 0 16 410 106 65
Binary 1110110 110100 11011011 101110 1001100 0 1110 100001000 1000110 110101

Color Harmonies of #7634DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7634DB

Black with #7634DB

Text Example


Text Example

White with #7634DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7634DB; }

 p { color: rgb(118,52,219); }

 H1.HeaderClassName
 {
   color: #7634DB;
 }
 .AnyTagClassName
 {
   color: #7634DB;
 }
</style>

background-color css

<style>
 a { background-color: #7634DB; }

 a { background-color: rgb(118,52,219); }

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

border-color css

<style>
 span { border-color: #7634DB; }

 span { border-color: rgb(118,52,219); }

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