Html Css Color HEX #781ACD Purple Heart

📋 copy color: '#781ACD'

red 120 ◦ green 26 ◦ blue 205

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

Shades of Purple Heart #781ACD

Tints of Purple Heart #781ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.4%

R = 34.19%
G = 7.41%
B = 58.4%

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

#781ACD (or 0x781ACD) is known color: Purple Heart. HEX triplet: 78, 1A and CD. RGB value is (120,26,205). Sum of RGB (Red+Green+Blue) = 120+26+205=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 26 (10.55% from 255 or 7.41% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #781ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781ACD is #87E532. Grayscale: #494949. Windows color (decimal): -8906035 or 13441656. OLE color: 13441656.

HSL color Cylindrical-coordinate representation of color #781ACD: hue angle of 271.51º 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 #781ACD is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 120 26 205 -
CMYK 0.41 0.87 0 0.20
HSL 271.51º 0.77% 0.45% -
HSV(B) 271.51º 0.87% 0.8% -
XYZ 19.13 9.14 58.51 -
YUV 74.51 201.64 160.45 -
System Red Green Blue C M Y K H S L
Decimal 120 26 205 0.41 0.87 0 0.20 271.51 0.77 0.45
Hex 78 1A CD 29 57 0 14 110 4D 2D
Octal 170 32 315 51 127 0 24 420 115 55
Binary 1111000 11010 11001101 101001 1010111 0 10100 100010000 1001101 101101

Color Harmonies of #781ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781ACD

Black with #781ACD

Text Example


Text Example

White with #781ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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