Html Css Color HEX #7530FF Blue Violet

📋 copy color: '#7530FF'

red 117 ◦ green 48 ◦ blue 255

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

Shades of Blue Violet #7530FF

Tints of Blue Violet #7530FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 60.71%

R = 27.86%
G = 11.43%
B = 60.71%

CMYK

 C value IS 0.54

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7530FF (or 0x7530FF) is known color: Blue Violet. HEX triplet: 75, 30 and FF. RGB value is (117,48,255). Sum of RGB (Red+Green+Blue) = 117+48+255=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 48 (19.14% from 255 or 11.43% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #7530FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7530FF is #8ACF00. Grayscale: #5B5B5B. Windows color (decimal): -9096961 or 16724085. OLE color: 16724085.

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

Color convert

RGB 117 48 255 -
CMYK 0.54 0.81 0 0
HSL 260º 1% 0.59% -
HSV(B) 260º 0.81% 1% -
XYZ 26.44 13.12 95.75 -
YUV 92.23 219.86 145.67 -
System Red Green Blue C M Y K H S L
Decimal 117 48 255 0.54 0.81 0 0 260 1 0.59
Hex 75 30 FF 36 51 0 0 104 64 3B
Octal 165 60 377 66 121 0 0 404 144 73
Binary 1110101 110000 11111111 110110 1010001 0 0 100000100 1100100 111011

Color Harmonies of #7530FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7530FF

Black with #7530FF

Text Example


Text Example

White with #7530FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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