Html Css Color HEX #7C14B1 Purple Heart

📋 copy color: '#7C14B1'

red 124 ◦ green 20 ◦ blue 177

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

Shades of Purple Heart #7C14B1

Tints of Purple Heart #7C14B1

RGB

 RED value IS 124 (48.83% from 255) = 38.63%

 GREEN value IS 20 (8.2% from 255) = 6.23%

 BLUE value IS 177 (69.53% from 255) = 55.14%

R = 38.63%
G = 6.23%
B = 55.14%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7C14B1 (or 0x7C14B1) is known color: Purple Heart. HEX triplet: 7C, 14 and B1. RGB value is (124,20,177). Sum of RGB (Red+Green+Blue) = 124+20+177=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 177 (69.53% from 255 or 55.14% from 321); Max value from RGB is 177 - color contains mainly: blue. Hex color #7C14B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C14B1 is #83EB4E. Grayscale: #444444. Windows color (decimal): -8645455 or 11605116. OLE color: 11605116.

HSL color Cylindrical-coordinate representation of color #7C14B1: hue angle of 279.75º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7C14B1 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 124 20 177 -
CMYK 0.30 0.89 0 0.31
HSL 279.75º 0.8% 0.39% -
HSV(B) 279.75º 0.89% 0.69% -
XYZ 16.5 7.96 42.26 -
YUV 68.99 188.96 167.23 -
System Red Green Blue C M Y K H S L
Decimal 124 20 177 0.30 0.89 0 0.31 279.75 0.8 0.39
Hex 7C 14 B1 1E 59 0 1F 118 50 27
Octal 174 24 261 36 131 0 37 430 120 47
Binary 1111100 10100 10110001 11110 1011001 0 11111 100011000 1010000 100111

Color Harmonies of #7C14B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C14B1

Black with #7C14B1

Text Example


Text Example

White with #7C14B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C14B1; }

 p { color: rgb(124,20,177); }

 H1.HeaderClassName
 {
   color: #7C14B1;
 }
 .AnyTagClassName
 {
   color: #7C14B1;
 }
</style>

background-color css

<style>
 a { background-color: #7C14B1; }

 a { background-color: rgb(124,20,177); }

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

border-color css

<style>
 span { border-color: #7C14B1; }

 span { border-color: rgb(124,20,177); }

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