Html Css Color HEX #7532DA Blue Violet

📋 copy color: '#7532DA'

red 117 ◦ green 50 ◦ blue 218

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

Shades of Blue Violet #7532DA

Tints of Blue Violet #7532DA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.99%

 BLUE value IS 218 (85.55% from 255) = 56.62%

R = 30.39%
G = 12.99%
B = 56.62%

CMYK

 C value IS 0.46

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7532DA (or 0x7532DA) is known color: Blue Violet. HEX triplet: 75, 32 and DA. RGB value is (117,50,218). Sum of RGB (Red+Green+Blue) = 117+50+218=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 218 (85.55% from 255 or 56.62% from 385); Max value from RGB is 218 - color contains mainly: blue. Hex color #7532DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7532DA is #8ACD25. Grayscale: #585858. Windows color (decimal): -9096486 or 14299765. OLE color: 14299765.

HSL color Cylindrical-coordinate representation of color #7532DA: hue angle of 263.93º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7532DA is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 50 218 -
CMYK 0.46 0.77 0 0.15
HSL 263.93º 0.69% 0.53% -
HSV(B) 263.93º 0.77% 0.85% -
XYZ 21.13 11.13 67.36 -
YUV 89.19 200.7 147.84 -
System Red Green Blue C M Y K H S L
Decimal 117 50 218 0.46 0.77 0 0.15 263.93 0.69 0.53
Hex 75 32 DA 2E 4D 0 F 108 45 35
Octal 165 62 332 56 115 0 17 410 105 65
Binary 1110101 110010 11011010 101110 1001101 0 1111 100001000 1000101 110101

Color Harmonies of #7532DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7532DA

Black with #7532DA

Text Example


Text Example

White with #7532DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7532DA; }

 p { color: rgb(117,50,218); }

 H1.HeaderClassName
 {
   color: #7532DA;
 }
 .AnyTagClassName
 {
   color: #7532DA;
 }
</style>

background-color css

<style>
 a { background-color: #7532DA; }

 a { background-color: rgb(117,50,218); }

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

border-color css

<style>
 span { border-color: #7532DA; }

 span { border-color: rgb(117,50,218); }

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