Html Css Color HEX #7123D1 Purple Heart

📋 copy color: '#7123D1'

red 113 ◦ green 35 ◦ blue 209

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

Shades of Purple Heart #7123D1

Tints of Purple Heart #7123D1

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.8%

 BLUE value IS 209 (82.03% from 255) = 58.54%

R = 31.65%
G = 9.8%
B = 58.54%

CMYK

 C value IS 0.46

 M value IS 0.83

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7123D1 (or 0x7123D1) is known color: Purple Heart. HEX triplet: 71, 23 and D1. RGB value is (113,35,209). Sum of RGB (Red+Green+Blue) = 113+35+209=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 35 (14.06% from 255 or 9.80% from 357); Blue value is 209 (82.03% from 255 or 58.54% from 357); Max value from RGB is 209 - color contains mainly: blue. Hex color #7123D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7123D1 is #8EDC2E. Grayscale: #4D4D4D. Windows color (decimal): -9362479 or 13706097. OLE color: 13706097.

HSL color Cylindrical-coordinate representation of color #7123D1: hue angle of 266.9º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7123D1 is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 113 35 209 -
CMYK 0.46 0.83 0 0.18
HSL 266.9º 0.71% 0.48% -
HSV(B) 266.9º 0.83% 0.82% -
XYZ 18.92 9.32 61.12 -
YUV 78.16 201.84 152.85 -
System Red Green Blue C M Y K H S L
Decimal 113 35 209 0.46 0.83 0 0.18 266.9 0.71 0.48
Hex 71 23 D1 2E 53 0 12 10B 47 30
Octal 161 43 321 56 123 0 22 413 107 60
Binary 1110001 100011 11010001 101110 1010011 0 10010 100001011 1000111 110000

Color Harmonies of #7123D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7123D1

Black with #7123D1

Text Example


Text Example

White with #7123D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7123D1; }

 p { color: rgb(113,35,209); }

 H1.HeaderClassName
 {
   color: #7123D1;
 }
 .AnyTagClassName
 {
   color: #7123D1;
 }
</style>

background-color css

<style>
 a { background-color: #7123D1; }

 a { background-color: rgb(113,35,209); }

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

border-color css

<style>
 span { border-color: #7123D1; }

 span { border-color: rgb(113,35,209); }

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