Html Css Color HEX #7041BE Purple Heart

📋 copy color: '#7041BE'

red 112 ◦ green 65 ◦ blue 190

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

Shades of Purple Heart #7041BE

Tints of Purple Heart #7041BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.77%

R = 30.52%
G = 17.71%
B = 51.77%

CMYK

 C value IS 0.41

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7041BE (or 0x7041BE) is known color: Purple Heart. HEX triplet: 70, 41 and BE. RGB value is (112,65,190). Sum of RGB (Red+Green+Blue) = 112+65+190=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #7041BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7041BE is #8FBE41. Grayscale: #5C5C5C. Windows color (decimal): -9420354 or 12468592. OLE color: 12468592.

HSL color Cylindrical-coordinate representation of color #7041BE: hue angle of 262.56º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7041BE is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 65 190 -
CMYK 0.41 0.66 0 0.25
HSL 262.56º 0.49% 0.5% -
HSV(B) 262.56º 0.66% 0.75% -
XYZ 17.87 10.94 49.89 -
YUV 93.3 182.57 141.34 -
System Red Green Blue C M Y K H S L
Decimal 112 65 190 0.41 0.66 0 0.25 262.56 0.49 0.5
Hex 70 41 BE 29 42 0 19 107 31 32
Octal 160 101 276 51 102 0 31 407 61 62
Binary 1110000 1000001 10111110 101001 1000010 0 11001 100000111 110001 110010

Color Harmonies of #7041BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7041BE

Black with #7041BE

Text Example


Text Example

White with #7041BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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