Html Css Color HEX #7536DD Blue Violet

📋 copy color: '#7536DD'

red 117 ◦ green 54 ◦ blue 221

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

Shades of Blue Violet #7536DD

Tints of Blue Violet #7536DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.38%

R = 29.85%
G = 13.78%
B = 56.38%

CMYK

 C value IS 0.47

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7536DD (or 0x7536DD) is known color: Blue Violet. HEX triplet: 75, 36 and DD. RGB value is (117,54,221). Sum of RGB (Red+Green+Blue) = 117+54+221=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 54 (21.48% from 255 or 13.78% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #7536DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7536DD is #8AC922. Grayscale: #5B5B5B. Windows color (decimal): -9095459 or 14497397. OLE color: 14497397.

HSL color Cylindrical-coordinate representation of color #7536DD: hue angle of 262.63º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7536DD is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 54 221 -
CMYK 0.47 0.76 0 0.13
HSL 262.63º 0.71% 0.54% -
HSV(B) 262.63º 0.76% 0.87% -
XYZ 21.71 11.64 69.51 -
YUV 91.88 200.87 145.92 -
System Red Green Blue C M Y K H S L
Decimal 117 54 221 0.47 0.76 0 0.13 262.63 0.71 0.54
Hex 75 36 DD 2F 4C 0 D 107 47 36
Octal 165 66 335 57 114 0 15 407 107 66
Binary 1110101 110110 11011101 101111 1001100 0 1101 100000111 1000111 110110

Color Harmonies of #7536DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7536DD

Black with #7536DD

Text Example


Text Example

White with #7536DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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