Html Css Color HEX #7136DC Purple Heart

📋 copy color: '#7136DC'

red 113 ◦ green 54 ◦ blue 220

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

Shades of Purple Heart #7136DC

Tints of Purple Heart #7136DC

RGB

 RED value IS 113 (44.53% from 255) = 29.2%

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

 BLUE value IS 220 (86.33% from 255) = 56.85%

R = 29.2%
G = 13.95%
B = 56.85%

CMYK

 C value IS 0.49

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7136DC (or 0x7136DC) is known color: Purple Heart. HEX triplet: 71, 36 and DC. RGB value is (113,54,220). Sum of RGB (Red+Green+Blue) = 113+54+220=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 54 (21.48% from 255 or 13.95% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #7136DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7136DC is #8EC923. Grayscale: #595959. Windows color (decimal): -9357604 or 14431857. OLE color: 14431857.

HSL color Cylindrical-coordinate representation of color #7136DC: hue angle of 261.33º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7136DC is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 54 220 -
CMYK 0.49 0.75 0 0.14
HSL 261.33º 0.7% 0.54% -
HSV(B) 261.33º 0.75% 0.86% -
XYZ 21.05 11.32 68.79 -
YUV 90.57 201.05 144 -
System Red Green Blue C M Y K H S L
Decimal 113 54 220 0.49 0.75 0 0.14 261.33 0.7 0.54
Hex 71 36 DC 31 4B 0 E 105 46 36
Octal 161 66 334 61 113 0 16 405 106 66
Binary 1110001 110110 11011100 110001 1001011 0 1110 100000101 1000110 110110

Color Harmonies of #7136DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7136DC

Black with #7136DC

Text Example


Text Example

White with #7136DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7136DC; }

 p { color: rgb(113,54,220); }

 H1.HeaderClassName
 {
   color: #7136DC;
 }
 .AnyTagClassName
 {
   color: #7136DC;
 }
</style>

background-color css

<style>
 a { background-color: #7136DC; }

 a { background-color: rgb(113,54,220); }

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

border-color css

<style>
 span { border-color: #7136DC; }

 span { border-color: rgb(113,54,220); }

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