Html Css Color HEX #7536DB Blue Violet

📋 copy color: '#7536DB'

red 117 ◦ green 54 ◦ blue 219

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

Shades of Blue Violet #7536DB

Tints of Blue Violet #7536DB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.85%

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

R = 30%
G = 13.85%
B = 56.15%

CMYK

 C value IS 0.47

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7536DB (or 0x7536DB) is known color: Blue Violet. HEX triplet: 75, 36 and DB. RGB value is (117,54,219). Sum of RGB (Red+Green+Blue) = 117+54+219=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 54 (21.48% from 255 or 13.85% 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 #7536DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7536DB is #8AC924. Grayscale: #5B5B5B. Windows color (decimal): -9095461 or 14366325. OLE color: 14366325.

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

Color convert

RGB 117 54 219 -
CMYK 0.47 0.75 0 0.14
HSL 262.91º 0.7% 0.54% -
HSV(B) 262.91º 0.75% 0.86% -
XYZ 21.44 11.53 68.11 -
YUV 91.65 199.87 146.08 -
System Red Green Blue C M Y K H S L
Decimal 117 54 219 0.47 0.75 0 0.14 262.91 0.7 0.54
Hex 75 36 DB 2F 4B 0 E 107 46 36
Octal 165 66 333 57 113 0 16 407 106 66
Binary 1110101 110110 11011011 101111 1001011 0 1110 100000111 1000110 110110

Color Harmonies of #7536DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7536DB

Black with #7536DB

Text Example


Text Example

White with #7536DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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