Html Css Color HEX #782CCE Purple Heart

📋 copy color: '#782CCE'

red 120 ◦ green 44 ◦ blue 206

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

Shades of Purple Heart #782CCE

Tints of Purple Heart #782CCE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.89%

 BLUE value IS 206 (80.86% from 255) = 55.68%

R = 32.43%
G = 11.89%
B = 55.68%

CMYK

 C value IS 0.42

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#782CCE (or 0x782CCE) is known color: Purple Heart. HEX triplet: 78, 2C and CE. RGB value is (120,44,206). Sum of RGB (Red+Green+Blue) = 120+44+206=370 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.43% from 370); Green value is 44 (17.58% from 255 or 11.89% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #782CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782CCE is #87D331. Grayscale: #545454. Windows color (decimal): -8901426 or 13511800. OLE color: 13511800.

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

Color convert

RGB 120 44 206 -
CMYK 0.42 0.79 0 0.19
HSL 268.15º 0.65% 0.49% -
HSV(B) 268.15º 0.79% 0.81% -
XYZ 19.79 10.25 59.33 -
YUV 85.19 196.18 152.83 -
System Red Green Blue C M Y K H S L
Decimal 120 44 206 0.42 0.79 0 0.19 268.15 0.65 0.49
Hex 78 2C CE 2A 4F 0 13 10C 41 31
Octal 170 54 316 52 117 0 23 414 101 61
Binary 1111000 101100 11001110 101010 1001111 0 10011 100001100 1000001 110001

Color Harmonies of #782CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782CCE

Black with #782CCE

Text Example


Text Example

White with #782CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,44,206); }

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

background-color css

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

 a { background-color: rgb(120,44,206); }

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

border-color css

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

 span { border-color: rgb(120,44,206); }

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