Html Css Color HEX #7537B7 Purple Heart

📋 copy color: '#7537B7'

red 117 ◦ green 55 ◦ blue 183

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

Shades of Purple Heart #7537B7

Tints of Purple Heart #7537B7

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.49%

 BLUE value IS 183 (71.88% from 255) = 51.55%

R = 32.96%
G = 15.49%
B = 51.55%

CMYK

 C value IS 0.36

 M value IS 0.70

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7537B7 (or 0x7537B7) is known color: Purple Heart. HEX triplet: 75, 37 and B7. RGB value is (117,55,183). Sum of RGB (Red+Green+Blue) = 117+55+183=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 183 (71.88% from 255 or 51.55% from 355); Max value from RGB is 183 - color contains mainly: blue. Hex color #7537B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7537B7 is #8AC848. Grayscale: #575757. Windows color (decimal): -9095241 or 12007285. OLE color: 12007285.

HSL color Cylindrical-coordinate representation of color #7537B7: hue angle of 269.06º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7537B7 is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 117 55 183 -
CMYK 0.36 0.70 0 0.28
HSL 269.06º 0.54% 0.47% -
HSV(B) 269.06º 0.7% 0.72% -
XYZ 17.25 9.93 45.81 -
YUV 88.13 181.54 148.59 -
System Red Green Blue C M Y K H S L
Decimal 117 55 183 0.36 0.70 0 0.28 269.06 0.54 0.47
Hex 75 37 B7 24 46 0 1C 10D 36 2F
Octal 165 67 267 44 106 0 34 415 66 57
Binary 1110101 110111 10110111 100100 1000110 0 11100 100001101 110110 101111

Color Harmonies of #7537B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7537B7

Black with #7537B7

Text Example


Text Example

White with #7537B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7537B7; }

 p { color: rgb(117,55,183); }

 H1.HeaderClassName
 {
   color: #7537B7;
 }
 .AnyTagClassName
 {
   color: #7537B7;
 }
</style>

background-color css

<style>
 a { background-color: #7537B7; }

 a { background-color: rgb(117,55,183); }

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

border-color css

<style>
 span { border-color: #7537B7; }

 span { border-color: rgb(117,55,183); }

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