Html Css Color HEX #781ACB Purple Heart

📋 copy color: '#781ACB'

red 120 ◦ green 26 ◦ blue 203

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

Shades of Purple Heart #781ACB

Tints of Purple Heart #781ACB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.45%

 BLUE value IS 203 (79.69% from 255) = 58.17%

R = 34.38%
G = 7.45%
B = 58.17%

CMYK

 C value IS 0.41

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#781ACB (or 0x781ACB) is known color: Purple Heart. HEX triplet: 78, 1A and CB. RGB value is (120,26,203). Sum of RGB (Red+Green+Blue) = 120+26+203=349 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.38% from 349); Green value is 26 (10.55% from 255 or 7.45% from 349); Blue value is 203 (79.69% from 255 or 58.17% from 349); Max value from RGB is 203 - color contains mainly: blue. Hex color #781ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781ACB is #87E534. Grayscale: #494949. Windows color (decimal): -8906037 or 13310584. OLE color: 13310584.

HSL color Cylindrical-coordinate representation of color #781ACB: hue angle of 271.86º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #781ACB is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 120 26 203 -
CMYK 0.41 0.87 0 0.20
HSL 271.86º 0.77% 0.45% -
HSV(B) 271.86º 0.87% 0.8% -
XYZ 18.89 9.04 57.25 -
YUV 74.28 200.64 160.61 -
System Red Green Blue C M Y K H S L
Decimal 120 26 203 0.41 0.87 0 0.20 271.86 0.77 0.45
Hex 78 1A CB 29 57 0 14 110 4D 2D
Octal 170 32 313 51 127 0 24 420 115 55
Binary 1111000 11010 11001011 101001 1010111 0 10100 100010000 1001101 101101

Color Harmonies of #781ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781ACB

Black with #781ACB

Text Example


Text Example

White with #781ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,26,203); }

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

background-color css

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

 a { background-color: rgb(120,26,203); }

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

border-color css

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

 span { border-color: rgb(120,26,203); }

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