Html Css Color HEX #7529FC Blue Violet

📋 copy color: '#7529FC'

red 117 ◦ green 41 ◦ blue 252

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

Shades of Blue Violet #7529FC

Tints of Blue Violet #7529FC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10%

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

R = 28.54%
G = 10%
B = 61.46%

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

#7529FC (or 0x7529FC) is known color: Blue Violet. HEX triplet: 75, 29 and FC. RGB value is (117,41,252). Sum of RGB (Red+Green+Blue) = 117+41+252=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 41 (16.41% from 255 or 10% from 410); Blue value is 252 (98.83% from 255 or 61.46% from 410); Max value from RGB is 252 - color contains mainly: blue. Hex color #7529FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7529FC is #8AD603. Grayscale: #575757. Windows color (decimal): -9098756 or 16525685. OLE color: 16525685.

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

Color convert

RGB 117 41 252 -
CMYK 0.54 0.84 0 0.01
HSL 261.61º 0.97% 0.57% -
HSV(B) 261.61º 0.84% 0.99% -
XYZ 25.7 12.4 93.13 -
YUV 87.78 220.68 148.84 -
System Red Green Blue C M Y K H S L
Decimal 117 41 252 0.54 0.84 0 0.01 261.61 0.97 0.57
Hex 75 29 FC 36 54 0 1 106 61 39
Octal 165 51 374 66 124 0 1 406 141 71
Binary 1110101 101001 11111100 110110 1010100 0 1 100000110 1100001 111001

Color Harmonies of #7529FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7529FC

Black with #7529FC

Text Example


Text Example

White with #7529FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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