Html Css Color HEX #782FCC Purple Heart

📋 copy color: '#782FCC'

red 120 ◦ green 47 ◦ blue 204

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

Shades of Purple Heart #782FCC

Tints of Purple Heart #782FCC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.67%

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

R = 32.35%
G = 12.67%
B = 54.99%

CMYK

 C value IS 0.41

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#782FCC (or 0x782FCC) is known color: Purple Heart. HEX triplet: 78, 2F and CC. RGB value is (120,47,204). Sum of RGB (Red+Green+Blue) = 120+47+204=371 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.35% from 371); Green value is 47 (18.75% from 255 or 12.67% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #782FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782FCC is #87D033. Grayscale: #565656. Windows color (decimal): -8900660 or 13381496. OLE color: 13381496.

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

Color convert

RGB 120 47 204 -
CMYK 0.41 0.77 0 0.2
HSL 267.9º 0.63% 0.49% -
HSV(B) 267.9º 0.77% 0.8% -
XYZ 19.66 10.39 58.1 -
YUV 86.73 194.18 151.73 -
System Red Green Blue C M Y K H S L
Decimal 120 47 204 0.41 0.77 0 0.2 267.9 0.63 0.49
Hex 78 2F CC 29 4D 0 14 10C 3F 31
Octal 170 57 314 51 115 0 24 414 77 61
Binary 1111000 101111 11001100 101001 1001101 0 10100 100001100 111111 110001

Color Harmonies of #782FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782FCC

Black with #782FCC

Text Example


Text Example

White with #782FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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