Html Css Color HEX #7041BC Purple Heart

📋 copy color: '#7041BC'

red 112 ◦ green 65 ◦ blue 188

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

Shades of Purple Heart #7041BC

Tints of Purple Heart #7041BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.51%

R = 30.68%
G = 17.81%
B = 51.51%

CMYK

 C value IS 0.40

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7041BC (or 0x7041BC) is known color: Purple Heart. HEX triplet: 70, 41 and BC. RGB value is (112,65,188). Sum of RGB (Red+Green+Blue) = 112+65+188=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #7041BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7041BC is #8FBE43. Grayscale: #5C5C5C. Windows color (decimal): -9420356 or 12337520. OLE color: 12337520.

HSL color Cylindrical-coordinate representation of color #7041BC: hue angle of 262.93º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7041BC is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 65 188 -
CMYK 0.40 0.65 0 0.26
HSL 262.93º 0.49% 0.5% -
HSV(B) 262.93º 0.65% 0.74% -
XYZ 17.65 10.86 48.74 -
YUV 93.08 181.57 141.5 -
System Red Green Blue C M Y K H S L
Decimal 112 65 188 0.40 0.65 0 0.26 262.93 0.49 0.5
Hex 70 41 BC 28 41 0 1A 107 31 32
Octal 160 101 274 50 101 0 32 407 61 62
Binary 1110000 1000001 10111100 101000 1000001 0 11010 100000111 110001 110010

Color Harmonies of #7041BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7041BC

Black with #7041BC

Text Example


Text Example

White with #7041BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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