Html Css Color HEX #7137BB Purple Heart

📋 copy color: '#7137BB'

red 113 ◦ green 55 ◦ blue 187

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

Shades of Purple Heart #7137BB

Tints of Purple Heart #7137BB

RGB

 RED value IS 113 (44.53% from 255) = 31.83%

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

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

R = 31.83%
G = 15.49%
B = 52.68%

CMYK

 C value IS 0.40

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7137BB (or 0x7137BB) is known color: Purple Heart. HEX triplet: 71, 37 and BB. RGB value is (113,55,187). Sum of RGB (Red+Green+Blue) = 113+55+187=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #7137BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7137BB is #8EC844. Grayscale: #565656. Windows color (decimal): -9357381 or 12269425. OLE color: 12269425.

HSL color Cylindrical-coordinate representation of color #7137BB: hue angle of 266.36º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7137BB is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 55 187 -
CMYK 0.40 0.71 0 0.27
HSL 266.36º 0.55% 0.47% -
HSV(B) 266.36º 0.71% 0.73% -
XYZ 17.15 9.83 48.01 -
YUV 87.39 184.22 146.27 -
System Red Green Blue C M Y K H S L
Decimal 113 55 187 0.40 0.71 0 0.27 266.36 0.55 0.47
Hex 71 37 BB 28 47 0 1B 10A 37 2F
Octal 161 67 273 50 107 0 33 412 67 57
Binary 1110001 110111 10111011 101000 1000111 0 11011 100001010 110111 101111

Color Harmonies of #7137BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7137BB

Black with #7137BB

Text Example


Text Example

White with #7137BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,55,187); }

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

background-color css

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

 a { background-color: rgb(113,55,187); }

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

border-color css

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

 span { border-color: rgb(113,55,187); }

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