Html Css Color HEX #7527BE Purple Heart

📋 copy color: '#7527BE'

red 117 ◦ green 39 ◦ blue 190

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

Shades of Purple Heart #7527BE

Tints of Purple Heart #7527BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 54.91%

R = 33.82%
G = 11.27%
B = 54.91%

CMYK

 C value IS 0.38

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7527BE (or 0x7527BE) is known color: Purple Heart. HEX triplet: 75, 27 and BE. RGB value is (117,39,190). Sum of RGB (Red+Green+Blue) = 117+39+190=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 39 (15.62% from 255 or 11.27% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #7527BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7527BE is #8AD841. Grayscale: #4F4F4F. Windows color (decimal): -9099330 or 12461941. OLE color: 12461941.

HSL color Cylindrical-coordinate representation of color #7527BE: hue angle of 270.99º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7527BE is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 39 190 -
CMYK 0.38 0.79 0 0.25
HSL 270.99º 0.66% 0.45% -
HSV(B) 270.99º 0.79% 0.75% -
XYZ 17.36 8.95 49.53 -
YUV 79.54 190.34 154.72 -
System Red Green Blue C M Y K H S L
Decimal 117 39 190 0.38 0.79 0 0.25 270.99 0.66 0.45
Hex 75 27 BE 26 4F 0 19 10F 42 2D
Octal 165 47 276 46 117 0 31 417 102 55
Binary 1110101 100111 10111110 100110 1001111 0 11001 100001111 1000010 101101

Color Harmonies of #7527BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7527BE

Black with #7527BE

Text Example


Text Example

White with #7527BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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