Html Css Color HEX #781CBC Purple Heart

📋 copy color: '#781CBC'

red 120 ◦ green 28 ◦ blue 188

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

Shades of Purple Heart #781CBC

Tints of Purple Heart #781CBC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.33%

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

R = 35.71%
G = 8.33%
B = 55.95%

CMYK

 C value IS 0.36

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#781CBC (or 0x781CBC) is known color: Purple Heart. HEX triplet: 78, 1C and BC. RGB value is (120,28,188). Sum of RGB (Red+Green+Blue) = 120+28+188=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 28 (11.33% from 255 or 8.33% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #781CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781CBC is #87E343. Grayscale: #494949. Windows color (decimal): -8905540 or 12328056. OLE color: 12328056.

HSL color Cylindrical-coordinate representation of color #781CBC: hue angle of 274.5º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #781CBC is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 120 28 188 -
CMYK 0.36 0.85 0 0.26
HSL 274.5º 0.74% 0.42% -
HSV(B) 274.5º 0.85% 0.74% -
XYZ 17.24 8.45 48.3 -
YUV 73.75 192.48 160.99 -
System Red Green Blue C M Y K H S L
Decimal 120 28 188 0.36 0.85 0 0.26 274.5 0.74 0.42
Hex 78 1C BC 24 55 0 1A 112 4A 2A
Octal 170 34 274 44 125 0 32 422 112 52
Binary 1111000 11100 10111100 100100 1010101 0 11010 100010010 1001010 101010

Color Harmonies of #781CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781CBC

Black with #781CBC

Text Example


Text Example

White with #781CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781CBC; }

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

 H1.HeaderClassName
 {
   color: #781CBC;
 }
 .AnyTagClassName
 {
   color: #781CBC;
 }
</style>

background-color css

<style>
 a { background-color: #781CBC; }

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

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

border-color css

<style>
 span { border-color: #781CBC; }

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

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