Html Css Color HEX #7137CC Purple Heart

📋 copy color: '#7137CC'

red 113 ◦ green 55 ◦ blue 204

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

Shades of Purple Heart #7137CC

Tints of Purple Heart #7137CC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.78%

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

R = 30.38%
G = 14.78%
B = 54.84%

CMYK

 C value IS 0.45

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7137CC (or 0x7137CC) is known color: Purple Heart. HEX triplet: 71, 37 and CC. RGB value is (113,55,204). Sum of RGB (Red+Green+Blue) = 113+55+204=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 55 (21.88% from 255 or 14.78% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #7137CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7137CC is #8EC833. Grayscale: #585858. Windows color (decimal): -9357364 or 13383537. OLE color: 13383537.

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

Color convert

RGB 113 55 204 -
CMYK 0.45 0.73 0 0.2
HSL 263.36º 0.59% 0.51% -
HSV(B) 263.36º 0.73% 0.8% -
XYZ 19.08 10.6 58.17 -
YUV 89.33 192.72 144.88 -
System Red Green Blue C M Y K H S L
Decimal 113 55 204 0.45 0.73 0 0.2 263.36 0.59 0.51
Hex 71 37 CC 2D 49 0 14 107 3B 33
Octal 161 67 314 55 111 0 24 407 73 63
Binary 1110001 110111 11001100 101101 1001001 0 10100 100000111 111011 110011

Color Harmonies of #7137CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7137CC

Black with #7137CC

Text Example


Text Example

White with #7137CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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