Html Css Color HEX #7535DB Blue Violet

📋 copy color: '#7535DB'

red 117 ◦ green 53 ◦ blue 219

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

Shades of Blue Violet #7535DB

Tints of Blue Violet #7535DB

RGB

 RED value IS 117 (46.09% from 255) = 30.08%

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

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

R = 30.08%
G = 13.62%
B = 56.3%

CMYK

 C value IS 0.47

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7535DB (or 0x7535DB) is known color: Blue Violet. HEX triplet: 75, 35 and DB. RGB value is (117,53,219). Sum of RGB (Red+Green+Blue) = 117+53+219=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 53 (21.09% from 255 or 13.62% 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 #7535DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7535DB is #8ACA24. Grayscale: #5A5A5A. Windows color (decimal): -9095717 or 14366069. OLE color: 14366069.

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

Color convert

RGB 117 53 219 -
CMYK 0.47 0.76 0 0.14
HSL 263.13º 0.7% 0.53% -
HSV(B) 263.13º 0.76% 0.86% -
XYZ 21.4 11.44 68.1 -
YUV 91.06 200.2 146.5 -
System Red Green Blue C M Y K H S L
Decimal 117 53 219 0.47 0.76 0 0.14 263.13 0.7 0.53
Hex 75 35 DB 2F 4C 0 E 107 46 35
Octal 165 65 333 57 114 0 16 407 106 65
Binary 1110101 110101 11011011 101111 1001100 0 1110 100000111 1000110 110101

Color Harmonies of #7535DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7535DB

Black with #7535DB

Text Example


Text Example

White with #7535DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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