Html Css Color HEX #7530FC Blue Violet

📋 copy color: '#7530FC'

red 117 ◦ green 48 ◦ blue 252

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

Shades of Blue Violet #7530FC

Tints of Blue Violet #7530FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 60.43%

R = 28.06%
G = 11.51%
B = 60.43%

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

#7530FC (or 0x7530FC) is known color: Blue Violet. HEX triplet: 75, 30 and FC. RGB value is (117,48,252). Sum of RGB (Red+Green+Blue) = 117+48+252=417 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.06% from 417); Green value is 48 (19.14% from 255 or 11.51% from 417); Blue value is 252 (98.83% from 255 or 60.43% from 417); Max value from RGB is 252 - color contains mainly: blue. Hex color #7530FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7530FC is #8ACF03. Grayscale: #5B5B5B. Windows color (decimal): -9096964 or 16527477. OLE color: 16527477.

HSL color Cylindrical-coordinate representation of color #7530FC: hue angle of 260.29º degrees, saturation: 0.97, 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 #7530FC is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 117 48 252 -
CMYK 0.54 0.81 0 0.01
HSL 260.29º 0.97% 0.59% -
HSV(B) 260.29º 0.81% 0.99% -
XYZ 25.96 12.92 93.22 -
YUV 91.89 218.36 145.91 -
System Red Green Blue C M Y K H S L
Decimal 117 48 252 0.54 0.81 0 0.01 260.29 0.97 0.59
Hex 75 30 FC 36 51 0 1 104 61 3B
Octal 165 60 374 66 121 0 1 404 141 73
Binary 1110101 110000 11111100 110110 1010001 0 1 100000100 1100001 111011

Color Harmonies of #7530FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7530FC

Black with #7530FC

Text Example


Text Example

White with #7530FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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