Html Css Color HEX #7528CE Purple Heart

📋 copy color: '#7528CE'

red 117 ◦ green 40 ◦ blue 206

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

Shades of Purple Heart #7528CE

Tints of Purple Heart #7528CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 56.75%

R = 32.23%
G = 11.02%
B = 56.75%

CMYK

 C value IS 0.43

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7528CE (or 0x7528CE) is known color: Purple Heart. HEX triplet: 75, 28 and CE. RGB value is (117,40,206). Sum of RGB (Red+Green+Blue) = 117+40+206=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #7528CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7528CE is #8AD731. Grayscale: #515151. Windows color (decimal): -9099058 or 13510773. OLE color: 13510773.

HSL color Cylindrical-coordinate representation of color #7528CE: hue angle of 267.83º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7528CE is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 40 206 -
CMYK 0.43 0.81 0 0.19
HSL 267.83º 0.67% 0.48% -
HSV(B) 267.83º 0.81% 0.81% -
XYZ 19.24 9.76 59.26 -
YUV 81.95 198.01 153 -
System Red Green Blue C M Y K H S L
Decimal 117 40 206 0.43 0.81 0 0.19 267.83 0.67 0.48
Hex 75 28 CE 2B 51 0 13 10C 43 30
Octal 165 50 316 53 121 0 23 414 103 60
Binary 1110101 101000 11001110 101011 1010001 0 10011 100001100 1000011 110000

Color Harmonies of #7528CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7528CE

Black with #7528CE

Text Example


Text Example

White with #7528CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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