Html Css Color HEX #7528FC Blue Violet

📋 copy color: '#7528FC'

red 117 ◦ green 40 ◦ blue 252

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

Shades of Blue Violet #7528FC

Tints of Blue Violet #7528FC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.78%

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

R = 28.61%
G = 9.78%
B = 61.61%

CMYK

 C value IS 0.54

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7528FC (or 0x7528FC) is known color: Blue Violet. HEX triplet: 75, 28 and FC. RGB value is (117,40,252). Sum of RGB (Red+Green+Blue) = 117+40+252=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 40 (16.02% from 255 or 9.78% from 409); Blue value is 252 (98.83% from 255 or 61.61% from 409); Max value from RGB is 252 - color contains mainly: blue. Hex color #7528FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7528FC is #8AD703. Grayscale: #565656. Windows color (decimal): -9099012 or 16525429. OLE color: 16525429.

HSL color Cylindrical-coordinate representation of color #7528FC: hue angle of 261.79º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7528FC is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 117 40 252 -
CMYK 0.54 0.84 0 0.01
HSL 261.79º 0.97% 0.57% -
HSV(B) 261.79º 0.84% 0.99% -
XYZ 25.67 12.33 93.12 -
YUV 87.19 221.01 149.26 -
System Red Green Blue C M Y K H S L
Decimal 117 40 252 0.54 0.84 0 0.01 261.79 0.97 0.57
Hex 75 28 FC 36 54 0 1 106 61 39
Octal 165 50 374 66 124 0 1 406 141 71
Binary 1110101 101000 11111100 110110 1010100 0 1 100000110 1100001 111001

Color Harmonies of #7528FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7528FC

Black with #7528FC

Text Example


Text Example

White with #7528FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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