Html Css Color HEX #7527DE Blue Violet

📋 copy color: '#7527DE'

red 117 ◦ green 39 ◦ blue 222

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

Shades of Blue Violet #7527DE

Tints of Blue Violet #7527DE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.32%

 BLUE value IS 222 (87.11% from 255) = 58.73%

R = 30.95%
G = 10.32%
B = 58.73%

CMYK

 C value IS 0.47

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7527DE (or 0x7527DE) is known color: Blue Violet. HEX triplet: 75, 27 and DE. RGB value is (117,39,222). Sum of RGB (Red+Green+Blue) = 117+39+222=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 39 (15.62% from 255 or 10.32% from 378); Blue value is 222 (87.11% from 255 or 58.73% from 378); Max value from RGB is 222 - color contains mainly: blue. Hex color #7527DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7527DE is #8AD821. Grayscale: #525252. Windows color (decimal): -9099298 or 14559093. OLE color: 14559093.

HSL color Cylindrical-coordinate representation of color #7527DE: hue angle of 265.57º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7527DE is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 39 222 -
CMYK 0.47 0.82 0 0.13
HSL 265.57º 0.73% 0.51% -
HSV(B) 265.57º 0.82% 0.87% -
XYZ 21.25 10.51 70.02 -
YUV 83.18 206.34 152.12 -
System Red Green Blue C M Y K H S L
Decimal 117 39 222 0.47 0.82 0 0.13 265.57 0.73 0.51
Hex 75 27 DE 2F 52 0 D 10A 49 33
Octal 165 47 336 57 122 0 15 412 111 63
Binary 1110101 100111 11011110 101111 1010010 0 1101 100001010 1001001 110011

Color Harmonies of #7527DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7527DE

Black with #7527DE

Text Example


Text Example

White with #7527DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7527DE; }

 p { color: rgb(117,39,222); }

 H1.HeaderClassName
 {
   color: #7527DE;
 }
 .AnyTagClassName
 {
   color: #7527DE;
 }
</style>

background-color css

<style>
 a { background-color: #7527DE; }

 a { background-color: rgb(117,39,222); }

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

border-color css

<style>
 span { border-color: #7527DE; }

 span { border-color: rgb(117,39,222); }

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