Html Css Color HEX #781BCD Purple Heart

📋 copy color: '#781BCD'

red 120 ◦ green 27 ◦ blue 205

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

Shades of Purple Heart #781BCD

Tints of Purple Heart #781BCD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.67%

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

R = 34.09%
G = 7.67%
B = 58.24%

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

#781BCD (or 0x781BCD) is known color: Purple Heart. HEX triplet: 78, 1B and CD. RGB value is (120,27,205). Sum of RGB (Red+Green+Blue) = 120+27+205=352 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.09% from 352); Green value is 27 (10.94% from 255 or 7.67% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #781BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781BCD is #87E432. Grayscale: #4A4A4A. Windows color (decimal): -8905779 or 13441912. OLE color: 13441912.

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

Color convert

RGB 120 27 205 -
CMYK 0.41 0.87 0 0.20
HSL 271.35º 0.77% 0.45% -
HSV(B) 271.35º 0.87% 0.8% -
XYZ 19.16 9.18 58.52 -
YUV 75.1 201.31 160.03 -
System Red Green Blue C M Y K H S L
Decimal 120 27 205 0.41 0.87 0 0.20 271.35 0.77 0.45
Hex 78 1B CD 29 57 0 14 10F 4D 2D
Octal 170 33 315 51 127 0 24 417 115 55
Binary 1111000 11011 11001101 101001 1010111 0 10100 100001111 1001101 101101

Color Harmonies of #781BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781BCD

Black with #781BCD

Text Example


Text Example

White with #781BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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