Html Css Color HEX #7635DB Blue Violet

📋 copy color: '#7635DB'

red 118 ◦ green 53 ◦ blue 219

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

Shades of Blue Violet #7635DB

Tints of Blue Violet #7635DB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.59%

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

R = 30.26%
G = 13.59%
B = 56.15%

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

#7635DB (or 0x7635DB) is known color: Blue Violet. HEX triplet: 76, 35 and DB. RGB value is (118,53,219). Sum of RGB (Red+Green+Blue) = 118+53+219=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 53 (21.09% from 255 or 13.59% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #7635DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7635DB is #89CA24. Grayscale: #5A5A5A. Windows color (decimal): -9030181 or 14366070. OLE color: 14366070.

HSL color Cylindrical-coordinate representation of color #7635DB: hue angle of 263.49º 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 #7635DB is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 53 219 -
CMYK 0.46 0.76 0 0.14
HSL 263.49º 0.7% 0.53% -
HSV(B) 263.49º 0.76% 0.86% -
XYZ 21.53 11.51 68.11 -
YUV 91.36 200.03 147 -
System Red Green Blue C M Y K H S L
Decimal 118 53 219 0.46 0.76 0 0.14 263.49 0.7 0.53
Hex 76 35 DB 2E 4C 0 E 107 46 35
Octal 166 65 333 56 114 0 16 407 106 65
Binary 1110110 110101 11011011 101110 1001100 0 1110 100000111 1000110 110101

Color Harmonies of #7635DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7635DB

Black with #7635DB

Text Example


Text Example

White with #7635DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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