Html Css Color HEX #7526FF Blue Violet

📋 copy color: '#7526FF'

red 117 ◦ green 38 ◦ blue 255

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

Shades of Blue Violet #7526FF

Tints of Blue Violet #7526FF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.27%

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

R = 28.54%
G = 9.27%
B = 62.2%

CMYK

 C value IS 0.54

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7526FF (or 0x7526FF) is known color: Blue Violet. HEX triplet: 75, 26 and FF. RGB value is (117,38,255). Sum of RGB (Red+Green+Blue) = 117+38+255=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 38 (15.23% from 255 or 9.27% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #7526FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7526FF is #8AD900. Grayscale: #555555. Windows color (decimal): -9099521 or 16721525. OLE color: 16721525.

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

Color convert

RGB 117 38 255 -
CMYK 0.54 0.85 0 0
HSL 261.84º 1% 0.57% -
HSV(B) 261.84º 0.85% 1% -
XYZ 26.08 12.39 95.62 -
YUV 86.36 223.17 149.86 -
System Red Green Blue C M Y K H S L
Decimal 117 38 255 0.54 0.85 0 0 261.84 1 0.57
Hex 75 26 FF 36 55 0 0 106 64 39
Octal 165 46 377 66 125 0 0 406 144 71
Binary 1110101 100110 11111111 110110 1010101 0 0 100000110 1100100 111001

Color Harmonies of #7526FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7526FF

Black with #7526FF

Text Example


Text Example

White with #7526FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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