Html Css Color HEX #7535DA Blue Violet

📋 copy color: '#7535DA'

red 117 ◦ green 53 ◦ blue 218

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

Shades of Blue Violet #7535DA

Tints of Blue Violet #7535DA

RGB

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

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

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

R = 30.15%
G = 13.66%
B = 56.19%

CMYK

 C value IS 0.46

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7535DA (or 0x7535DA) is known color: Blue Violet. HEX triplet: 75, 35 and DA. RGB value is (117,53,218). Sum of RGB (Red+Green+Blue) = 117+53+218=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 53 (21.09% from 255 or 13.66% from 388); Blue value is 218 (85.55% from 255 or 56.19% from 388); Max value from RGB is 218 - color contains mainly: blue. Hex color #7535DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7535DA is #8ACA25. Grayscale: #5A5A5A. Windows color (decimal): -9095718 or 14300533. OLE color: 14300533.

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

Color convert

RGB 117 53 218 -
CMYK 0.46 0.76 0 0.15
HSL 263.27º 0.69% 0.53% -
HSV(B) 263.27º 0.76% 0.85% -
XYZ 21.26 11.39 67.41 -
YUV 90.95 199.7 146.58 -
System Red Green Blue C M Y K H S L
Decimal 117 53 218 0.46 0.76 0 0.15 263.27 0.69 0.53
Hex 75 35 DA 2E 4C 0 F 107 45 35
Octal 165 65 332 56 114 0 17 407 105 65
Binary 1110101 110101 11011010 101110 1001100 0 1111 100000111 1000101 110101

Color Harmonies of #7535DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7535DA

Black with #7535DA

Text Example


Text Example

White with #7535DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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