Html Css Color HEX #7036D0 Purple Heart

📋 copy color: '#7036D0'

red 112 ◦ green 54 ◦ blue 208

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

Shades of Purple Heart #7036D0

Tints of Purple Heart #7036D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 55.61%

R = 29.95%
G = 14.44%
B = 55.61%

CMYK

 C value IS 0.46

 M value IS 0.74

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7036D0 (or 0x7036D0) is known color: Purple Heart. HEX triplet: 70, 36 and D0. RGB value is (112,54,208). Sum of RGB (Red+Green+Blue) = 112+54+208=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 54 (21.48% from 255 or 14.44% from 374); Blue value is 208 (81.64% from 255 or 55.61% from 374); Max value from RGB is 208 - color contains mainly: blue. Hex color #7036D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7036D0 is #8FC92F. Grayscale: #585858. Windows color (decimal): -9423152 or 13645424. OLE color: 13645424.

HSL color Cylindrical-coordinate representation of color #7036D0: hue angle of 262.6º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7036D0 is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 54 208 -
CMYK 0.46 0.74 0 0.18
HSL 262.6º 0.62% 0.51% -
HSV(B) 262.6º 0.74% 0.82% -
XYZ 19.39 10.64 60.71 -
YUV 88.9 195.22 144.48 -
System Red Green Blue C M Y K H S L
Decimal 112 54 208 0.46 0.74 0 0.18 262.6 0.62 0.51
Hex 70 36 D0 2E 4A 0 12 107 3E 33
Octal 160 66 320 56 112 0 22 407 76 63
Binary 1110000 110110 11010000 101110 1001010 0 10010 100000111 111110 110011

Color Harmonies of #7036D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7036D0

Black with #7036D0

Text Example


Text Example

White with #7036D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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