Html Css Color HEX #7130D7 Purple Heart

📋 copy color: '#7130D7'

red 113 ◦ green 48 ◦ blue 215

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

Shades of Purple Heart #7130D7

Tints of Purple Heart #7130D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 57.18%

R = 30.05%
G = 12.77%
B = 57.18%

CMYK

 C value IS 0.47

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7130D7 (or 0x7130D7) is known color: Purple Heart. HEX triplet: 71, 30 and D7. RGB value is (113,48,215). Sum of RGB (Red+Green+Blue) = 113+48+215=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 215 (84.38% from 255 or 57.18% from 376); Max value from RGB is 215 - color contains mainly: blue. Hex color #7130D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7130D7 is #8ECF28. Grayscale: #555555. Windows color (decimal): -9359145 or 14102641. OLE color: 14102641.

HSL color Cylindrical-coordinate representation of color #7130D7: hue angle of 263.35º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7130D7 is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 113 48 215 -
CMYK 0.47 0.78 0 0.16
HSL 263.35º 0.68% 0.52% -
HSV(B) 263.35º 0.78% 0.84% -
XYZ 20.13 10.53 65.26 -
YUV 86.47 200.53 146.92 -
System Red Green Blue C M Y K H S L
Decimal 113 48 215 0.47 0.78 0 0.16 263.35 0.68 0.52
Hex 71 30 D7 2F 4E 0 10 107 44 34
Octal 161 60 327 57 116 0 20 407 104 64
Binary 1110001 110000 11010111 101111 1001110 0 10000 100000111 1000100 110100

Color Harmonies of #7130D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7130D7

Black with #7130D7

Text Example


Text Example

White with #7130D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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