Html Css Color HEX #7537C1 Purple Heart

📋 copy color: '#7537C1'

red 117 ◦ green 55 ◦ blue 193

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

Shades of Purple Heart #7537C1

Tints of Purple Heart #7537C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 52.88%

R = 32.05%
G = 15.07%
B = 52.88%

CMYK

 C value IS 0.39

 M value IS 0.72

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7537C1 (or 0x7537C1) is known color: Purple Heart. HEX triplet: 75, 37 and C1. RGB value is (117,55,193). Sum of RGB (Red+Green+Blue) = 117+55+193=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 55 (21.88% from 255 or 15.07% from 365); Blue value is 193 (75.78% from 255 or 52.88% from 365); Max value from RGB is 193 - color contains mainly: blue. Hex color #7537C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7537C1 is #8AC83E. Grayscale: #585858. Windows color (decimal): -9095231 or 12662645. OLE color: 12662645.

HSL color Cylindrical-coordinate representation of color #7537C1: hue angle of 266.96º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7537C1 is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 55 193 -
CMYK 0.39 0.72 0 0.24
HSL 266.96º 0.56% 0.49% -
HSV(B) 266.96º 0.72% 0.76% -
XYZ 18.33 10.36 51.49 -
YUV 89.27 186.54 147.78 -
System Red Green Blue C M Y K H S L
Decimal 117 55 193 0.39 0.72 0 0.24 266.96 0.56 0.49
Hex 75 37 C1 27 48 0 18 10B 38 31
Octal 165 67 301 47 110 0 30 413 70 61
Binary 1110101 110111 11000001 100111 1001000 0 11000 100001011 111000 110001

Color Harmonies of #7537C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7537C1

Black with #7537C1

Text Example


Text Example

White with #7537C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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