Html Css Color HEX #7036BA Purple Heart

📋 copy color: '#7036BA'

red 112 ◦ green 54 ◦ blue 186

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

Shades of Purple Heart #7036BA

Tints of Purple Heart #7036BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.84%

R = 31.82%
G = 15.34%
B = 52.84%

CMYK

 C value IS 0.40

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7036BA (or 0x7036BA) is known color: Purple Heart. HEX triplet: 70, 36 and BA. RGB value is (112,54,186). Sum of RGB (Red+Green+Blue) = 112+54+186=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #7036BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7036BA is #8FC945. Grayscale: #555555. Windows color (decimal): -9423174 or 12203632. OLE color: 12203632.

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

Color convert

RGB 112 54 186 -
CMYK 0.40 0.71 0 0.27
HSL 266.36º 0.55% 0.47% -
HSV(B) 266.36º 0.71% 0.73% -
XYZ 16.86 9.63 47.42 -
YUV 86.39 184.22 146.27 -
System Red Green Blue C M Y K H S L
Decimal 112 54 186 0.40 0.71 0 0.27 266.36 0.55 0.47
Hex 70 36 BA 28 47 0 1B 10A 37 2F
Octal 160 66 272 50 107 0 33 412 67 57
Binary 1110000 110110 10111010 101000 1000111 0 11011 100001010 110111 101111

Color Harmonies of #7036BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7036BA

Black with #7036BA

Text Example


Text Example

White with #7036BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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