Html Css Color HEX #7526F1 Blue Violet

📋 copy color: '#7526F1'

red 117 ◦ green 38 ◦ blue 241

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

Shades of Blue Violet #7526F1

Tints of Blue Violet #7526F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 60.86%

R = 29.55%
G = 9.6%
B = 60.86%

CMYK

 C value IS 0.51

 M value IS 0.84

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7526F1 (or 0x7526F1) is known color: Blue Violet. HEX triplet: 75, 26 and F1. RGB value is (117,38,241). Sum of RGB (Red+Green+Blue) = 117+38+241=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 38 (15.23% from 255 or 9.60% from 396); Blue value is 241 (94.53% from 255 or 60.86% from 396); Max value from RGB is 241 - color contains mainly: blue. Hex color #7526F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7526F1 is #8AD90E. Grayscale: #545454. Windows color (decimal): -9099535 or 15804021. OLE color: 15804021.

HSL color Cylindrical-coordinate representation of color #7526F1: hue angle of 263.35º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7526F1 is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 117 38 241 -
CMYK 0.51 0.84 0 0.05
HSL 263.35º 0.88% 0.55% -
HSV(B) 263.35º 0.84% 0.95% -
XYZ 23.91 11.52 84.18 -
YUV 84.76 216.17 150.99 -
System Red Green Blue C M Y K H S L
Decimal 117 38 241 0.51 0.84 0 0.05 263.35 0.88 0.55
Hex 75 26 F1 33 54 0 5 107 58 37
Octal 165 46 361 63 124 0 5 407 130 67
Binary 1110101 100110 11110001 110011 1010100 0 101 100000111 1011000 110111

Color Harmonies of #7526F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7526F1

Black with #7526F1

Text Example


Text Example

White with #7526F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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