Html Css Color HEX #782DCC Purple Heart

📋 copy color: '#782DCC'

red 120 ◦ green 45 ◦ blue 204

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

Shades of Purple Heart #782DCC

Tints of Purple Heart #782DCC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.2%

 BLUE value IS 204 (80.08% from 255) = 55.28%

R = 32.52%
G = 12.2%
B = 55.28%

CMYK

 C value IS 0.41

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#782DCC (or 0x782DCC) is known color: Purple Heart. HEX triplet: 78, 2D and CC. RGB value is (120,45,204). Sum of RGB (Red+Green+Blue) = 120+45+204=369 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.52% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #782DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782DCC is #87D233. Grayscale: #545454. Windows color (decimal): -8901172 or 13380984. OLE color: 13380984.

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

Color convert

RGB 120 45 204 -
CMYK 0.41 0.78 0 0.2
HSL 268.3º 0.64% 0.49% -
HSV(B) 268.3º 0.78% 0.8% -
XYZ 19.58 10.23 58.07 -
YUV 85.55 194.85 152.57 -
System Red Green Blue C M Y K H S L
Decimal 120 45 204 0.41 0.78 0 0.2 268.3 0.64 0.49
Hex 78 2D CC 29 4E 0 14 10C 40 31
Octal 170 55 314 51 116 0 24 414 100 61
Binary 1111000 101101 11001100 101001 1001110 0 10100 100001100 1000000 110001

Color Harmonies of #782DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782DCC

Black with #782DCC

Text Example


Text Example

White with #782DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,45,204); }

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

background-color css

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

 a { background-color: rgb(120,45,204); }

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

border-color css

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

 span { border-color: rgb(120,45,204); }

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