Html Css Color HEX #7534FD Blue Violet

📋 copy color: '#7534FD'

red 117 ◦ green 52 ◦ blue 253

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

Shades of Blue Violet #7534FD

Tints of Blue Violet #7534FD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.32%

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

R = 27.73%
G = 12.32%
B = 59.95%

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

#7534FD (or 0x7534FD) is known color: Blue Violet. HEX triplet: 75, 34 and FD. RGB value is (117,52,253). Sum of RGB (Red+Green+Blue) = 117+52+253=422 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.73% from 422); Green value is 52 (20.70% from 255 or 12.32% from 422); Blue value is 253 (99.22% from 255 or 59.95% from 422); Max value from RGB is 253 - color contains mainly: blue. Hex color #7534FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7534FD is #8ACB02. Grayscale: #5D5D5D. Windows color (decimal): -9095939 or 16594037. OLE color: 16594037.

HSL color Cylindrical-coordinate representation of color #7534FD: hue angle of 259.4º 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 #7534FD is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 117 52 253 -
CMYK 0.54 0.79 0 0.01
HSL 259.4º 0.98% 0.6% -
HSV(B) 259.4º 0.79% 0.99% -
XYZ 26.29 13.33 94.12 -
YUV 94.35 217.53 144.16 -
System Red Green Blue C M Y K H S L
Decimal 117 52 253 0.54 0.79 0 0.01 259.4 0.98 0.6
Hex 75 34 FD 36 4F 0 1 103 62 3C
Octal 165 64 375 66 117 0 1 403 142 74
Binary 1110101 110100 11111101 110110 1001111 0 1 100000011 1100010 111100

Color Harmonies of #7534FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7534FD

Black with #7534FD

Text Example


Text Example

White with #7534FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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