Html Css Color HEX #681ADC Purple Heart

📋 copy color: '#681ADC'

red 104 ◦ green 26 ◦ blue 220

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

Shades of Purple Heart #681ADC

Tints of Purple Heart #681ADC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.43%

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

R = 29.71%
G = 7.43%
B = 62.86%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#681ADC (or 0x681ADC) is known color: Purple Heart. HEX triplet: 68, 1A and DC. RGB value is (104,26,220). Sum of RGB (Red+Green+Blue) = 104+26+220=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 26 (10.55% from 255 or 7.43% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #681ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681ADC is #97E523. Grayscale: #464646. Windows color (decimal): -9954596 or 14424680. OLE color: 14424680.

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

Color convert

RGB 104 26 220 -
CMYK 0.53 0.88 0 0.14
HSL 264.12º 0.79% 0.48% -
HSV(B) 264.12º 0.88% 0.86% -
XYZ 19 8.85 68.42 -
YUV 71.44 211.84 151.23 -
System Red Green Blue C M Y K H S L
Decimal 104 26 220 0.53 0.88 0 0.14 264.12 0.79 0.48
Hex 68 1A DC 35 58 0 E 108 4F 30
Octal 150 32 334 65 130 0 16 410 117 60
Binary 1101000 11010 11011100 110101 1011000 0 1110 100001000 1001111 110000

Color Harmonies of #681ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681ADC

Black with #681ADC

Text Example


Text Example

White with #681ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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