Html Css Color HEX #7036BC Purple Heart

📋 copy color: '#7036BC'

red 112 ◦ green 54 ◦ blue 188

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

Shades of Purple Heart #7036BC

Tints of Purple Heart #7036BC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.25%

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

R = 31.64%
G = 15.25%
B = 53.11%

CMYK

 C value IS 0.40

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7036BC (or 0x7036BC) is known color: Purple Heart. HEX triplet: 70, 36 and BC. RGB value is (112,54,188). Sum of RGB (Red+Green+Blue) = 112+54+188=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 54 (21.48% from 255 or 15.25% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #7036BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7036BC is #8FC943. Grayscale: #565656. Windows color (decimal): -9423172 or 12334704. OLE color: 12334704.

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

Color convert

RGB 112 54 188 -
CMYK 0.40 0.71 0 0.26
HSL 265.97º 0.55% 0.47% -
HSV(B) 265.97º 0.71% 0.74% -
XYZ 17.08 9.71 48.55 -
YUV 86.62 185.22 146.1 -
System Red Green Blue C M Y K H S L
Decimal 112 54 188 0.40 0.71 0 0.26 265.97 0.55 0.47
Hex 70 36 BC 28 47 0 1A 10A 37 2F
Octal 160 66 274 50 107 0 32 412 67 57
Binary 1110000 110110 10111100 101000 1000111 0 11010 100001010 110111 101111

Color Harmonies of #7036BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7036BC

Black with #7036BC

Text Example


Text Example

White with #7036BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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