Html Css Color HEX #7528FB Blue Violet

📋 copy color: '#7528FB'

red 117 ◦ green 40 ◦ blue 251

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

Shades of Blue Violet #7528FB

Tints of Blue Violet #7528FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 61.52%

R = 28.68%
G = 9.8%
B = 61.52%

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

#7528FB (or 0x7528FB) is known color: Blue Violet. HEX triplet: 75, 28 and FB. RGB value is (117,40,251). Sum of RGB (Red+Green+Blue) = 117+40+251=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 40 (16.02% from 255 or 9.80% from 408); Blue value is 251 (98.44% from 255 or 61.52% from 408); Max value from RGB is 251 - color contains mainly: blue. Hex color #7528FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7528FB is #8AD704. Grayscale: #565656. Windows color (decimal): -9099013 or 16459893. OLE color: 16459893.

HSL color Cylindrical-coordinate representation of color #7528FB: hue angle of 261.9º degrees, saturation: 0.96, 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 #7528FB is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 40 251 -
CMYK 0.53 0.84 0 0.02
HSL 261.9º 0.96% 0.57% -
HSV(B) 261.9º 0.84% 0.98% -
XYZ 25.51 12.26 92.29 -
YUV 87.08 220.51 149.34 -
System Red Green Blue C M Y K H S L
Decimal 117 40 251 0.53 0.84 0 0.02 261.9 0.96 0.57
Hex 75 28 FB 35 54 0 2 106 60 39
Octal 165 50 373 65 124 0 2 406 140 71
Binary 1110101 101000 11111011 110101 1010100 0 10 100000110 1100000 111001

Color Harmonies of #7528FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7528FB

Black with #7528FB

Text Example


Text Example

White with #7528FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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