Html Css Color HEX #7130CC Purple Heart

📋 copy color: '#7130CC'

red 113 ◦ green 48 ◦ blue 204

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

Shades of Purple Heart #7130CC

Tints of Purple Heart #7130CC

RGB

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

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

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

R = 30.96%
G = 13.15%
B = 55.89%

CMYK

 C value IS 0.45

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7130CC (or 0x7130CC) is known color: Purple Heart. HEX triplet: 71, 30 and CC. RGB value is (113,48,204). Sum of RGB (Red+Green+Blue) = 113+48+204=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 48 (19.14% from 255 or 13.15% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #7130CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7130CC is #8ECF33. Grayscale: #545454. Windows color (decimal): -9359156 or 13381745. OLE color: 13381745.

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

Color convert

RGB 113 48 204 -
CMYK 0.45 0.76 0 0.2
HSL 265º 0.62% 0.49% -
HSV(B) 265º 0.76% 0.8% -
XYZ 18.77 9.98 58.06 -
YUV 85.22 195.03 147.82 -
System Red Green Blue C M Y K H S L
Decimal 113 48 204 0.45 0.76 0 0.2 265 0.62 0.49
Hex 71 30 CC 2D 4C 0 14 109 3E 31
Octal 161 60 314 55 114 0 24 411 76 61
Binary 1110001 110000 11001100 101101 1001100 0 10100 100001001 111110 110001

Color Harmonies of #7130CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7130CC

Black with #7130CC

Text Example


Text Example

White with #7130CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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