Html Css Color HEX #7041BB Purple Heart

📋 copy color: '#7041BB'

red 112 ◦ green 65 ◦ blue 187

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

Shades of Purple Heart #7041BB

Tints of Purple Heart #7041BB

RGB

 RED value IS 112 (44.14% from 255) = 30.77%

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

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

R = 30.77%
G = 17.86%
B = 51.37%

CMYK

 C value IS 0.40

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7041BB (or 0x7041BB) is known color: Purple Heart. HEX triplet: 70, 41 and BB. RGB value is (112,65,187). Sum of RGB (Red+Green+Blue) = 112+65+187=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #7041BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7041BB is #8FBE44. Grayscale: #5C5C5C. Windows color (decimal): -9420357 or 12271984. OLE color: 12271984.

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

Color convert

RGB 112 65 187 -
CMYK 0.40 0.65 0 0.27
HSL 263.11º 0.48% 0.49% -
HSV(B) 263.11º 0.65% 0.73% -
XYZ 17.54 10.81 48.18 -
YUV 92.96 181.07 141.58 -
System Red Green Blue C M Y K H S L
Decimal 112 65 187 0.40 0.65 0 0.27 263.11 0.48 0.49
Hex 70 41 BB 28 41 0 1B 107 30 31
Octal 160 101 273 50 101 0 33 407 60 61
Binary 1110000 1000001 10111011 101000 1000001 0 11011 100000111 110000 110001

Color Harmonies of #7041BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7041BB

Black with #7041BB

Text Example


Text Example

White with #7041BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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