Html Css Color HEX #681CCD Purple Heart

📋 copy color: '#681CCD'

red 104 ◦ green 28 ◦ blue 205

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

Shades of Purple Heart #681CCD

Tints of Purple Heart #681CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 60.83%

R = 30.86%
G = 8.31%
B = 60.83%

CMYK

 C value IS 0.49

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#681CCD (or 0x681CCD) is known color: Purple Heart. HEX triplet: 68, 1C and CD. RGB value is (104,28,205). Sum of RGB (Red+Green+Blue) = 104+28+205=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 28 (11.33% from 255 or 8.31% from 337); Blue value is 205 (80.47% from 255 or 60.83% from 337); Max value from RGB is 205 - color contains mainly: blue. Hex color #681CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681CCD is #97E332. Grayscale: #464646. Windows color (decimal): -9954099 or 13442152. OLE color: 13442152.

HSL color Cylindrical-coordinate representation of color #681CCD: hue angle of 265.76º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #681CCD is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 28 205 -
CMYK 0.49 0.86 0 0.20
HSL 265.76º 0.76% 0.46% -
HSV(B) 265.76º 0.86% 0.8% -
XYZ 17.14 8.18 58.43 -
YUV 70.9 203.68 151.61 -
System Red Green Blue C M Y K H S L
Decimal 104 28 205 0.49 0.86 0 0.20 265.76 0.76 0.46
Hex 68 1C CD 31 56 0 14 10A 4C 2E
Octal 150 34 315 61 126 0 24 412 114 56
Binary 1101000 11100 11001101 110001 1010110 0 10100 100001010 1001100 101110

Color Harmonies of #681CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681CCD

Black with #681CCD

Text Example


Text Example

White with #681CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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