Html Css Color HEX #782CBC Purple Heart

📋 copy color: '#782CBC'

red 120 ◦ green 44 ◦ blue 188

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

Shades of Purple Heart #782CBC

Tints of Purple Heart #782CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.41%

R = 34.09%
G = 12.5%
B = 53.41%

CMYK

 C value IS 0.36

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#782CBC (or 0x782CBC) is known color: Purple Heart. HEX triplet: 78, 2C and BC. RGB value is (120,44,188). Sum of RGB (Red+Green+Blue) = 120+44+188=352 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.09% from 352); Green value is 44 (17.58% from 255 or 12.5% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #782CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782CBC is #87D343. Grayscale: #525252. Windows color (decimal): -8901444 or 12332152. OLE color: 12332152.

HSL color Cylindrical-coordinate representation of color #782CBC: hue angle of 271.67º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #782CBC is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 120 44 188 -
CMYK 0.36 0.77 0 0.26
HSL 271.67º 0.62% 0.45% -
HSV(B) 271.67º 0.77% 0.74% -
XYZ 17.72 9.43 48.46 -
YUV 83.14 187.18 154.29 -
System Red Green Blue C M Y K H S L
Decimal 120 44 188 0.36 0.77 0 0.26 271.67 0.62 0.45
Hex 78 2C BC 24 4D 0 1A 110 3E 2D
Octal 170 54 274 44 115 0 32 420 76 55
Binary 1111000 101100 10111100 100100 1001101 0 11010 100010000 111110 101101

Color Harmonies of #782CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782CBC

Black with #782CBC

Text Example


Text Example

White with #782CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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