Html Css Color HEX #7139CC Purple Heart

📋 copy color: '#7139CC'

red 113 ◦ green 57 ◦ blue 204

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

Shades of Purple Heart #7139CC

Tints of Purple Heart #7139CC

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.24%

 BLUE value IS 204 (80.08% from 255) = 54.55%

R = 30.21%
G = 15.24%
B = 54.55%

CMYK

 C value IS 0.45

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7139CC (or 0x7139CC) is known color: Purple Heart. HEX triplet: 71, 39 and CC. RGB value is (113,57,204). Sum of RGB (Red+Green+Blue) = 113+57+204=374 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.21% from 374); Green value is 57 (22.66% from 255 or 15.24% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #7139CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7139CC is #8EC633. Grayscale: #595959. Windows color (decimal): -9356852 or 13384049. OLE color: 13384049.

HSL color Cylindrical-coordinate representation of color #7139CC: hue angle of 262.86º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7139CC is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 113 57 204 -
CMYK 0.45 0.72 0 0.2
HSL 262.86º 0.59% 0.51% -
HSV(B) 262.86º 0.72% 0.8% -
XYZ 19.17 10.8 58.2 -
YUV 90.5 192.05 144.05 -
System Red Green Blue C M Y K H S L
Decimal 113 57 204 0.45 0.72 0 0.2 262.86 0.59 0.51
Hex 71 39 CC 2D 48 0 14 107 3B 33
Octal 161 71 314 55 110 0 24 407 73 63
Binary 1110001 111001 11001100 101101 1001000 0 10100 100000111 111011 110011

Color Harmonies of #7139CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7139CC

Black with #7139CC

Text Example


Text Example

White with #7139CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7139CC; }

 p { color: rgb(113,57,204); }

 H1.HeaderClassName
 {
   color: #7139CC;
 }
 .AnyTagClassName
 {
   color: #7139CC;
 }
</style>

background-color css

<style>
 a { background-color: #7139CC; }

 a { background-color: rgb(113,57,204); }

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

border-color css

<style>
 span { border-color: #7139CC; }

 span { border-color: rgb(113,57,204); }

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