Html Css Color HEX #7138BB Purple Heart

📋 copy color: '#7138BB'

red 113 ◦ green 56 ◦ blue 187

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

Shades of Purple Heart #7138BB

Tints of Purple Heart #7138BB

RGB

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

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

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

R = 31.74%
G = 15.73%
B = 52.53%

CMYK

 C value IS 0.40

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7138BB (or 0x7138BB) is known color: Purple Heart. HEX triplet: 71, 38 and BB. RGB value is (113,56,187). Sum of RGB (Red+Green+Blue) = 113+56+187=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 187 (73.44% from 255 or 52.53% from 356); Max value from RGB is 187 - color contains mainly: blue. Hex color #7138BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7138BB is #8EC744. Grayscale: #575757. Windows color (decimal): -9357125 or 12269681. OLE color: 12269681.

HSL color Cylindrical-coordinate representation of color #7138BB: hue angle of 266.11º 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 #7138BB is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 56 187 -
CMYK 0.40 0.70 0 0.27
HSL 266.11º 0.54% 0.48% -
HSV(B) 266.11º 0.7% 0.73% -
XYZ 17.19 9.93 48.02 -
YUV 87.98 183.88 145.85 -
System Red Green Blue C M Y K H S L
Decimal 113 56 187 0.40 0.70 0 0.27 266.11 0.54 0.48
Hex 71 38 BB 28 46 0 1B 10A 36 30
Octal 161 70 273 50 106 0 33 412 66 60
Binary 1110001 111000 10111011 101000 1000110 0 11011 100001010 110110 110000

Color Harmonies of #7138BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7138BB

Black with #7138BB

Text Example


Text Example

White with #7138BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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