Html Css Color HEX #7036DA Purple Heart

📋 copy color: '#7036DA'

red 112 ◦ green 54 ◦ blue 218

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

Shades of Purple Heart #7036DA

Tints of Purple Heart #7036DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 56.77%

R = 29.17%
G = 14.06%
B = 56.77%

CMYK

 C value IS 0.49

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7036DA (or 0x7036DA) is known color: Purple Heart. HEX triplet: 70, 36 and DA. RGB value is (112,54,218). Sum of RGB (Red+Green+Blue) = 112+54+218=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 54 (21.48% from 255 or 14.06% from 384); Blue value is 218 (85.55% from 255 or 56.77% from 384); Max value from RGB is 218 - color contains mainly: blue. Hex color #7036DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7036DA is #8FC925. Grayscale: #595959. Windows color (decimal): -9423142 or 14300784. OLE color: 14300784.

HSL color Cylindrical-coordinate representation of color #7036DA: hue angle of 261.22º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7036DA is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 54 218 -
CMYK 0.49 0.75 0 0.15
HSL 261.22º 0.69% 0.53% -
HSV(B) 261.22º 0.75% 0.85% -
XYZ 20.66 11.15 67.39 -
YUV 90.04 200.22 143.66 -
System Red Green Blue C M Y K H S L
Decimal 112 54 218 0.49 0.75 0 0.15 261.22 0.69 0.53
Hex 70 36 DA 31 4B 0 F 105 45 35
Octal 160 66 332 61 113 0 17 405 105 65
Binary 1110000 110110 11011010 110001 1001011 0 1111 100000101 1000101 110101

Color Harmonies of #7036DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7036DA

Black with #7036DA

Text Example


Text Example

White with #7036DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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