Html Css Color HEX #7541BB Purple Heart

📋 copy color: '#7541BB'

red 117 ◦ green 65 ◦ blue 187

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

Shades of Purple Heart #7541BB

Tints of Purple Heart #7541BB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.62%

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

R = 31.71%
G = 17.62%
B = 50.68%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7541BB (or 0x7541BB) is known color: Purple Heart. HEX triplet: 75, 41 and BB. RGB value is (117,65,187). Sum of RGB (Red+Green+Blue) = 117+65+187=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #7541BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7541BB is #8ABE44. Grayscale: #5E5E5E. Windows color (decimal): -9092677 or 12271989. OLE color: 12271989.

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

Color convert

RGB 117 65 187 -
CMYK 0.37 0.65 0 0.27
HSL 265.57º 0.48% 0.49% -
HSV(B) 265.57º 0.65% 0.73% -
XYZ 18.2 11.15 48.21 -
YUV 94.46 180.23 144.08 -
System Red Green Blue C M Y K H S L
Decimal 117 65 187 0.37 0.65 0 0.27 265.57 0.48 0.49
Hex 75 41 BB 25 41 0 1B 10A 30 31
Octal 165 101 273 45 101 0 33 412 60 61
Binary 1110101 1000001 10111011 100101 1000001 0 11011 100001010 110000 110001

Color Harmonies of #7541BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7541BB

Black with #7541BB

Text Example


Text Example

White with #7541BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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