Html Css Color HEX #7528BF Purple Heart

📋 copy color: '#7528BF'

red 117 ◦ green 40 ◦ blue 191

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

Shades of Purple Heart #7528BF

Tints of Purple Heart #7528BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 54.89%

R = 33.62%
G = 11.49%
B = 54.89%

CMYK

 C value IS 0.39

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7528BF (or 0x7528BF) is known color: Purple Heart. HEX triplet: 75, 28 and BF. RGB value is (117,40,191). Sum of RGB (Red+Green+Blue) = 117+40+191=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 191 (75% from 255 or 54.89% from 348); Max value from RGB is 191 - color contains mainly: blue. Hex color #7528BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7528BF is #8AD740. Grayscale: #4F4F4F. Windows color (decimal): -9099073 or 12527733. OLE color: 12527733.

HSL color Cylindrical-coordinate representation of color #7528BF: hue angle of 270.6º degrees, saturation: 0.65, 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 #7528BF is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 40 191 -
CMYK 0.39 0.79 0 0.25
HSL 270.6º 0.65% 0.45% -
HSV(B) 270.6º 0.79% 0.75% -
XYZ 17.5 9.06 50.12 -
YUV 80.24 190.51 154.22 -
System Red Green Blue C M Y K H S L
Decimal 117 40 191 0.39 0.79 0 0.25 270.6 0.65 0.45
Hex 75 28 BF 27 4F 0 19 10F 41 2D
Octal 165 50 277 47 117 0 31 417 101 55
Binary 1110101 101000 10111111 100111 1001111 0 11001 100001111 1000001 101101

Color Harmonies of #7528BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7528BF

Black with #7528BF

Text Example


Text Example

White with #7528BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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