Html Css Color HEX #7123C7 Purple Heart

📋 copy color: '#7123C7'

red 113 ◦ green 35 ◦ blue 199

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

Shades of Purple Heart #7123C7

Tints of Purple Heart #7123C7

RGB

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

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

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

R = 32.56%
G = 10.09%
B = 57.35%

CMYK

 C value IS 0.43

 M value IS 0.82

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#7123C7 (or 0x7123C7) is known color: Purple Heart. HEX triplet: 71, 23 and C7. RGB value is (113,35,199). Sum of RGB (Red+Green+Blue) = 113+35+199=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 35 (14.06% from 255 or 10.09% from 347); Blue value is 199 (78.12% from 255 or 57.35% from 347); Max value from RGB is 199 - color contains mainly: blue. Hex color #7123C7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7123C7 is #8EDC38. Grayscale: #4C4C4C. Windows color (decimal): -9362489 or 13050737. OLE color: 13050737.

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

Color convert

RGB 113 35 199 -
CMYK 0.43 0.82 0 0.22
HSL 268.54º 0.7% 0.46% -
HSV(B) 268.54º 0.82% 0.78% -
XYZ 17.72 8.84 54.8 -
YUV 77.02 196.84 153.66 -
System Red Green Blue C M Y K H S L
Decimal 113 35 199 0.43 0.82 0 0.22 268.54 0.7 0.46
Hex 71 23 C7 2B 52 0 16 10D 46 2E
Octal 161 43 307 53 122 0 26 415 106 56
Binary 1110001 100011 11000111 101011 1010010 0 10110 100001101 1000110 101110

Color Harmonies of #7123C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7123C7

Black with #7123C7

Text Example


Text Example

White with #7123C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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