Html Css Color HEX #7538BB Purple Heart

📋 copy color: '#7538BB'

red 117 ◦ green 56 ◦ blue 187

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

Shades of Purple Heart #7538BB

Tints of Purple Heart #7538BB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.56%

 BLUE value IS 187 (73.44% from 255) = 51.94%

R = 32.5%
G = 15.56%
B = 51.94%

CMYK

 C value IS 0.37

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7538BB (or 0x7538BB) is known color: Purple Heart. HEX triplet: 75, 38 and BB. RGB value is (117,56,187). Sum of RGB (Red+Green+Blue) = 117+56+187=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 56 (22.27% from 255 or 15.56% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #7538BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7538BB is #8AC744. Grayscale: #585858. Windows color (decimal): -9094981 or 12269685. OLE color: 12269685.

HSL color Cylindrical-coordinate representation of color #7538BB: hue angle of 267.94º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7538BB is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 56 187 -
CMYK 0.37 0.70 0 0.27
HSL 267.94º 0.54% 0.48% -
HSV(B) 267.94º 0.7% 0.73% -
XYZ 17.72 10.2 48.05 -
YUV 89.17 183.21 147.85 -
System Red Green Blue C M Y K H S L
Decimal 117 56 187 0.37 0.70 0 0.27 267.94 0.54 0.48
Hex 75 38 BB 25 46 0 1B 10C 36 30
Octal 165 70 273 45 106 0 33 414 66 60
Binary 1110101 111000 10111011 100101 1000110 0 11011 100001100 110110 110000

Color Harmonies of #7538BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7538BB

Black with #7538BB

Text Example


Text Example

White with #7538BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7538BB; }

 p { color: rgb(117,56,187); }

 H1.HeaderClassName
 {
   color: #7538BB;
 }
 .AnyTagClassName
 {
   color: #7538BB;
 }
</style>

background-color css

<style>
 a { background-color: #7538BB; }

 a { background-color: rgb(117,56,187); }

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

border-color css

<style>
 span { border-color: #7538BB; }

 span { border-color: rgb(117,56,187); }

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