Html Css Color HEX #7535FD Blue Violet

📋 copy color: '#7535FD'

red 117 ◦ green 53 ◦ blue 253

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

Shades of Blue Violet #7535FD

Tints of Blue Violet #7535FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 59.81%

R = 27.66%
G = 12.53%
B = 59.81%

CMYK

 C value IS 0.54

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7535FD (or 0x7535FD) is known color: Blue Violet. HEX triplet: 75, 35 and FD. RGB value is (117,53,253). Sum of RGB (Red+Green+Blue) = 117+53+253=423 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.66% from 423); Green value is 53 (21.09% from 255 or 12.53% from 423); Blue value is 253 (99.22% from 255 or 59.81% from 423); Max value from RGB is 253 - color contains mainly: blue. Hex color #7535FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7535FD is #8ACA02. Grayscale: #5E5E5E. Windows color (decimal): -9095683 or 16594293. OLE color: 16594293.

HSL color Cylindrical-coordinate representation of color #7535FD: hue angle of 259.2º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7535FD is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 117 53 253 -
CMYK 0.54 0.79 0 0.01
HSL 259.2º 0.98% 0.6% -
HSV(B) 259.2º 0.79% 0.99% -
XYZ 26.34 13.42 94.13 -
YUV 94.94 217.2 143.74 -
System Red Green Blue C M Y K H S L
Decimal 117 53 253 0.54 0.79 0 0.01 259.2 0.98 0.6
Hex 75 35 FD 36 4F 0 1 103 62 3C
Octal 165 65 375 66 117 0 1 403 142 74
Binary 1110101 110101 11111101 110110 1001111 0 1 100000011 1100010 111100

Color Harmonies of #7535FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7535FD

Black with #7535FD

Text Example


Text Example

White with #7535FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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