Html Css Color HEX #7131C7 Purple Heart

📋 copy color: '#7131C7'

red 113 ◦ green 49 ◦ blue 199

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

Shades of Purple Heart #7131C7

Tints of Purple Heart #7131C7

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.57%

 BLUE value IS 199 (78.13% from 255) = 55.12%

R = 31.3%
G = 13.57%
B = 55.12%

CMYK

 C value IS 0.43

 M value IS 0.75

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#7131C7 (or 0x7131C7) is known color: Purple Heart. HEX triplet: 71, 31 and C7. RGB value is (113,49,199). Sum of RGB (Red+Green+Blue) = 113+49+199=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 199 (78.12% from 255 or 55.12% from 361); Max value from RGB is 199 - color contains mainly: blue. Hex color #7131C7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7131C7 is #8ECE38. Grayscale: #545454. Windows color (decimal): -9358905 or 13054321. OLE color: 13054321.

HSL color Cylindrical-coordinate representation of color #7131C7: hue angle of 265.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7131C7 is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 113 49 199 -
CMYK 0.43 0.75 0 0.22
HSL 265.6º 0.6% 0.49% -
HSV(B) 265.6º 0.75% 0.78% -
XYZ 18.22 9.83 54.97 -
YUV 85.24 192.2 147.8 -
System Red Green Blue C M Y K H S L
Decimal 113 49 199 0.43 0.75 0 0.22 265.6 0.6 0.49
Hex 71 31 C7 2B 4B 0 16 10A 3C 31
Octal 161 61 307 53 113 0 26 412 74 61
Binary 1110001 110001 11000111 101011 1001011 0 10110 100001010 111100 110001

Color Harmonies of #7131C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7131C7

Black with #7131C7

Text Example


Text Example

White with #7131C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7131C7; }

 p { color: rgb(113,49,199); }

 H1.HeaderClassName
 {
   color: #7131C7;
 }
 .AnyTagClassName
 {
   color: #7131C7;
 }
</style>

background-color css

<style>
 a { background-color: #7131C7; }

 a { background-color: rgb(113,49,199); }

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

border-color css

<style>
 span { border-color: #7131C7; }

 span { border-color: rgb(113,49,199); }

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