Html Css Color HEX #7130BF Purple Heart

📋 copy color: '#7130BF'

red 113 ◦ green 48 ◦ blue 191

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

Shades of Purple Heart #7130BF

Tints of Purple Heart #7130BF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.64%

 BLUE value IS 191 (75% from 255) = 54.26%

R = 32.1%
G = 13.64%
B = 54.26%

CMYK

 C value IS 0.41

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7130BF (or 0x7130BF) is known color: Purple Heart. HEX triplet: 71, 30 and BF. RGB value is (113,48,191). Sum of RGB (Red+Green+Blue) = 113+48+191=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 191 (75% from 255 or 54.26% from 352); Max value from RGB is 191 - color contains mainly: blue. Hex color #7130BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7130BF is #8ECF40. Grayscale: #535353. Windows color (decimal): -9359169 or 12529777. OLE color: 12529777.

HSL color Cylindrical-coordinate representation of color #7130BF: hue angle of 267.27º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7130BF is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 48 191 -
CMYK 0.41 0.75 0 0.25
HSL 267.27º 0.6% 0.47% -
HSV(B) 267.27º 0.75% 0.75% -
XYZ 17.27 9.39 50.19 -
YUV 83.74 188.53 148.87 -
System Red Green Blue C M Y K H S L
Decimal 113 48 191 0.41 0.75 0 0.25 267.27 0.6 0.47
Hex 71 30 BF 29 4B 0 19 10B 3C 2F
Octal 161 60 277 51 113 0 31 413 74 57
Binary 1110001 110000 10111111 101001 1001011 0 11001 100001011 111100 101111

Color Harmonies of #7130BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7130BF

Black with #7130BF

Text Example


Text Example

White with #7130BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7130BF; }

 p { color: rgb(113,48,191); }

 H1.HeaderClassName
 {
   color: #7130BF;
 }
 .AnyTagClassName
 {
   color: #7130BF;
 }
</style>

background-color css

<style>
 a { background-color: #7130BF; }

 a { background-color: rgb(113,48,191); }

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

border-color css

<style>
 span { border-color: #7130BF; }

 span { border-color: rgb(113,48,191); }

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