Html Css Color HEX #7816BC Purple Heart

📋 copy color: '#7816BC'

red 120 ◦ green 22 ◦ blue 188

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

Shades of Purple Heart #7816BC

Tints of Purple Heart #7816BC

RGB

 RED value IS 120 (47.27% from 255) = 36.36%

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

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

R = 36.36%
G = 6.67%
B = 56.97%

CMYK

 C value IS 0.36

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7816BC (or 0x7816BC) is known color: Purple Heart. HEX triplet: 78, 16 and BC. RGB value is (120,22,188). Sum of RGB (Red+Green+Blue) = 120+22+188=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 22 (8.98% from 255 or 6.67% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #7816BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7816BC is #87E943. Grayscale: #454545. Windows color (decimal): -8907076 or 12326520. OLE color: 12326520.

HSL color Cylindrical-coordinate representation of color #7816BC: hue angle of 275.42º 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 #7816BC is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 120 22 188 -
CMYK 0.36 0.88 0 0.26
HSL 275.42º 0.79% 0.41% -
HSV(B) 275.42º 0.88% 0.74% -
XYZ 17.11 8.2 48.26 -
YUV 70.23 194.47 163.5 -
System Red Green Blue C M Y K H S L
Decimal 120 22 188 0.36 0.88 0 0.26 275.42 0.79 0.41
Hex 78 16 BC 24 58 0 1A 113 4F 29
Octal 170 26 274 44 130 0 32 423 117 51
Binary 1111000 10110 10111100 100100 1011000 0 11010 100010011 1001111 101001

Color Harmonies of #7816BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7816BC

Black with #7816BC

Text Example


Text Example

White with #7816BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7816BC; }

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

 H1.HeaderClassName
 {
   color: #7816BC;
 }
 .AnyTagClassName
 {
   color: #7816BC;
 }
</style>

background-color css

<style>
 a { background-color: #7816BC; }

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

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

border-color css

<style>
 span { border-color: #7816BC; }

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

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