Html Css Color HEX #7528FF Blue Violet

📋 copy color: '#7528FF'

red 117 ◦ green 40 ◦ blue 255

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

Shades of Blue Violet #7528FF

Tints of Blue Violet #7528FF

RGB

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

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

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

R = 28.4%
G = 9.71%
B = 61.89%

CMYK

 C value IS 0.54

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7528FF (or 0x7528FF) is known color: Blue Violet. HEX triplet: 75, 28 and FF. RGB value is (117,40,255). Sum of RGB (Red+Green+Blue) = 117+40+255=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 40 (16.02% from 255 or 9.71% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #7528FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7528FF is #8AD700. Grayscale: #565656. Windows color (decimal): -9099009 or 16722037. OLE color: 16722037.

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

Color convert

RGB 117 40 255 -
CMYK 0.54 0.84 0 0
HSL 261.49º 1% 0.58% -
HSV(B) 261.49º 0.84% 1% -
XYZ 26.14 12.52 95.65 -
YUV 87.53 222.51 149.02 -
System Red Green Blue C M Y K H S L
Decimal 117 40 255 0.54 0.84 0 0 261.49 1 0.58
Hex 75 28 FF 36 54 0 0 105 64 3A
Octal 165 50 377 66 124 0 0 405 144 72
Binary 1110101 101000 11111111 110110 1010100 0 0 100000101 1100100 111010

Color Harmonies of #7528FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7528FF

Black with #7528FF

Text Example


Text Example

White with #7528FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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