Html Css Color HEX #7133BB Purple Heart

📋 copy color: '#7133BB'

red 113 ◦ green 51 ◦ blue 187

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

Shades of Purple Heart #7133BB

Tints of Purple Heart #7133BB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.53%

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

R = 32.19%
G = 14.53%
B = 53.28%

CMYK

 C value IS 0.40

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7133BB (or 0x7133BB) is known color: Purple Heart. HEX triplet: 71, 33 and BB. RGB value is (113,51,187). Sum of RGB (Red+Green+Blue) = 113+51+187=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 51 (20.31% from 255 or 14.53% from 351); Blue value is 187 (73.44% from 255 or 53.28% from 351); Max value from RGB is 187 - color contains mainly: blue. Hex color #7133BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7133BB is #8ECC44. Grayscale: #545454. Windows color (decimal): -9358405 or 12268401. OLE color: 12268401.

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

Color convert

RGB 113 51 187 -
CMYK 0.40 0.73 0 0.27
HSL 267.35º 0.57% 0.47% -
HSV(B) 267.35º 0.73% 0.73% -
XYZ 16.96 9.47 47.95 -
YUV 85.04 185.54 147.94 -
System Red Green Blue C M Y K H S L
Decimal 113 51 187 0.40 0.73 0 0.27 267.35 0.57 0.47
Hex 71 33 BB 28 49 0 1B 10B 39 2F
Octal 161 63 273 50 111 0 33 413 71 57
Binary 1110001 110011 10111011 101000 1001001 0 11011 100001011 111001 101111

Color Harmonies of #7133BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7133BB

Black with #7133BB

Text Example


Text Example

White with #7133BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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