Html Css Color HEX #7529FA Blue Violet

📋 copy color: '#7529FA'

red 117 ◦ green 41 ◦ blue 250

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

Shades of Blue Violet #7529FA

Tints of Blue Violet #7529FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 61.27%

R = 28.68%
G = 10.05%
B = 61.27%

CMYK

 C value IS 0.53

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7529FA (or 0x7529FA) is known color: Blue Violet. HEX triplet: 75, 29 and FA. RGB value is (117,41,250). Sum of RGB (Red+Green+Blue) = 117+41+250=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 41 (16.41% from 255 or 10.05% from 408); Blue value is 250 (98.05% from 255 or 61.27% from 408); Max value from RGB is 250 - color contains mainly: blue. Hex color #7529FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7529FA is #8AD605. Grayscale: #565656. Windows color (decimal): -9098758 or 16394613. OLE color: 16394613.

HSL color Cylindrical-coordinate representation of color #7529FA: hue angle of 261.82º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7529FA is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 41 250 -
CMYK 0.53 0.84 0 0.02
HSL 261.82º 0.95% 0.57% -
HSV(B) 261.82º 0.84% 0.98% -
XYZ 25.38 12.27 91.47 -
YUV 87.55 219.68 149.01 -
System Red Green Blue C M Y K H S L
Decimal 117 41 250 0.53 0.84 0 0.02 261.82 0.95 0.57
Hex 75 29 FA 35 54 0 2 106 5F 39
Octal 165 51 372 65 124 0 2 406 137 71
Binary 1110101 101001 11111010 110101 1010100 0 10 100000110 1011111 111001

Color Harmonies of #7529FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7529FA

Black with #7529FA

Text Example


Text Example

White with #7529FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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