Html Css Color HEX #7530FD Blue Violet

📋 copy color: '#7530FD'

red 117 ◦ green 48 ◦ blue 253

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

Shades of Blue Violet #7530FD

Tints of Blue Violet #7530FD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.48%

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

R = 27.99%
G = 11.48%
B = 60.53%

CMYK

 C value IS 0.54

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7530FD (or 0x7530FD) is known color: Blue Violet. HEX triplet: 75, 30 and FD. RGB value is (117,48,253). Sum of RGB (Red+Green+Blue) = 117+48+253=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 48 (19.14% from 255 or 11.48% from 418); Blue value is 253 (99.22% from 255 or 60.53% from 418); Max value from RGB is 253 - color contains mainly: blue. Hex color #7530FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7530FD is #8ACF02. Grayscale: #5B5B5B. Windows color (decimal): -9096963 or 16593013. OLE color: 16593013.

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

Color convert

RGB 117 48 253 -
CMYK 0.54 0.81 0 0.01
HSL 260.2º 0.98% 0.59% -
HSV(B) 260.2º 0.81% 0.99% -
XYZ 26.12 12.99 94.06 -
YUV 92 218.86 145.83 -
System Red Green Blue C M Y K H S L
Decimal 117 48 253 0.54 0.81 0 0.01 260.2 0.98 0.59
Hex 75 30 FD 36 51 0 1 104 62 3B
Octal 165 60 375 66 121 0 1 404 142 73
Binary 1110101 110000 11111101 110110 1010001 0 1 100000100 1100010 111011

Color Harmonies of #7530FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7530FD

Black with #7530FD

Text Example


Text Example

White with #7530FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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