Html Css Color HEX #681CDC Purple Heart

📋 copy color: '#681CDC'

red 104 ◦ green 28 ◦ blue 220

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

Shades of Purple Heart #681CDC

Tints of Purple Heart #681CDC

RGB

 RED value IS 104 (41.02% from 255) = 29.55%

 GREEN value IS 28 (11.33% from 255) = 7.95%

 BLUE value IS 220 (86.33% from 255) = 62.5%

R = 29.55%
G = 7.95%
B = 62.5%

CMYK

 C value IS 0.53

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#681CDC (or 0x681CDC) is known color: Purple Heart. HEX triplet: 68, 1C and DC. RGB value is (104,28,220). Sum of RGB (Red+Green+Blue) = 104+28+220=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 28 (11.33% from 255 or 7.95% from 352); Blue value is 220 (86.33% from 255 or 62.5% from 352); Max value from RGB is 220 - color contains mainly: blue. Hex color #681CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681CDC is #97E323. Grayscale: #474747. Windows color (decimal): -9954084 or 14425192. OLE color: 14425192.

HSL color Cylindrical-coordinate representation of color #681CDC: hue angle of 263.75º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #681CDC is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 28 220 -
CMYK 0.53 0.87 0 0.14
HSL 263.75º 0.77% 0.49% -
HSV(B) 263.75º 0.87% 0.86% -
XYZ 19.04 8.94 68.43 -
YUV 72.61 211.18 150.39 -
System Red Green Blue C M Y K H S L
Decimal 104 28 220 0.53 0.87 0 0.14 263.75 0.77 0.49
Hex 68 1C DC 35 57 0 E 108 4D 31
Octal 150 34 334 65 127 0 16 410 115 61
Binary 1101000 11100 11011100 110101 1010111 0 1110 100001000 1001101 110001

Color Harmonies of #681CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681CDC

Black with #681CDC

Text Example


Text Example

White with #681CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681CDC; }

 p { color: rgb(104,28,220); }

 H1.HeaderClassName
 {
   color: #681CDC;
 }
 .AnyTagClassName
 {
   color: #681CDC;
 }
</style>

background-color css

<style>
 a { background-color: #681CDC; }

 a { background-color: rgb(104,28,220); }

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

border-color css

<style>
 span { border-color: #681CDC; }

 span { border-color: rgb(104,28,220); }

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