Html Css Color HEX #782BCD Purple Heart

📋 copy color: '#782BCD'

red 120 ◦ green 43 ◦ blue 205

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

Shades of Purple Heart #782BCD

Tints of Purple Heart #782BCD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.68%

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

R = 32.61%
G = 11.68%
B = 55.71%

CMYK

 C value IS 0.41

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#782BCD (or 0x782BCD) is known color: Purple Heart. HEX triplet: 78, 2B and CD. RGB value is (120,43,205). Sum of RGB (Red+Green+Blue) = 120+43+205=368 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.61% from 368); Green value is 43 (17.19% from 255 or 11.68% from 368); Blue value is 205 (80.47% from 255 or 55.71% from 368); Max value from RGB is 205 - color contains mainly: blue. Hex color #782BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782BCD is #87D432. Grayscale: #535353. Windows color (decimal): -8901683 or 13446008. OLE color: 13446008.

HSL color Cylindrical-coordinate representation of color #782BCD: hue angle of 268.52º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #782BCD is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 120 43 205 -
CMYK 0.41 0.79 0 0.20
HSL 268.52º 0.65% 0.49% -
HSV(B) 268.52º 0.79% 0.8% -
XYZ 19.63 10.13 58.68 -
YUV 84.49 196.01 153.33 -
System Red Green Blue C M Y K H S L
Decimal 120 43 205 0.41 0.79 0 0.20 268.52 0.65 0.49
Hex 78 2B CD 29 4F 0 14 10D 41 31
Octal 170 53 315 51 117 0 24 415 101 61
Binary 1111000 101011 11001101 101001 1001111 0 10100 100001101 1000001 110001

Color Harmonies of #782BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782BCD

Black with #782BCD

Text Example


Text Example

White with #782BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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