Html Css Color HEX #7C16BC Purple Heart

📋 copy color: '#7C16BC'

red 124 ◦ green 22 ◦ blue 188

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

Shades of Purple Heart #7C16BC

Tints of Purple Heart #7C16BC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.59%

 BLUE value IS 188 (73.83% from 255) = 56.29%

R = 37.13%
G = 6.59%
B = 56.29%

CMYK

 C value IS 0.34

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7C16BC (or 0x7C16BC) is known color: Purple Heart. HEX triplet: 7C, 16 and BC. RGB value is (124,22,188). Sum of RGB (Red+Green+Blue) = 124+22+188=334 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.13% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 188 (73.83% from 255 or 56.29% from 334); Max value from RGB is 188 - color contains mainly: blue. Hex color #7C16BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C16BC is #83E943. Grayscale: #464646. Windows color (decimal): -8644932 or 12326524. OLE color: 12326524.

HSL color Cylindrical-coordinate representation of color #7C16BC: hue angle of 276.87º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7C16BC is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 124 22 188 -
CMYK 0.34 0.88 0 0.26
HSL 276.87º 0.79% 0.41% -
HSV(B) 276.87º 0.88% 0.74% -
XYZ 17.68 8.49 48.28 -
YUV 71.42 193.79 165.5 -
System Red Green Blue C M Y K H S L
Decimal 124 22 188 0.34 0.88 0 0.26 276.87 0.79 0.41
Hex 7C 16 BC 22 58 0 1A 115 4F 29
Octal 174 26 274 42 130 0 32 425 117 51
Binary 1111100 10110 10111100 100010 1011000 0 11010 100010101 1001111 101001

Color Harmonies of #7C16BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C16BC

Black with #7C16BC

Text Example


Text Example

White with #7C16BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,22,188); }

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

background-color css

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

 a { background-color: rgb(124,22,188); }

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

border-color css

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

 span { border-color: rgb(124,22,188); }

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