Html Css Color HEX #681CAC Purple Heart

📋 copy color: '#681CAC'

red 104 ◦ green 28 ◦ blue 172

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

Shades of Purple Heart #681CAC

Tints of Purple Heart #681CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 56.58%

R = 34.21%
G = 9.21%
B = 56.58%

CMYK

 C value IS 0.40

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#681CAC (or 0x681CAC) is known color: Purple Heart. HEX triplet: 68, 1C and AC. RGB value is (104,28,172). Sum of RGB (Red+Green+Blue) = 104+28+172=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 28 (11.33% from 255 or 9.21% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #681CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681CAC is #97E353. Grayscale: #424242. Windows color (decimal): -9954132 or 11279464. OLE color: 11279464.

HSL color Cylindrical-coordinate representation of color #681CAC: hue angle of 271.67º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #681CAC is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 28 172 -
CMYK 0.40 0.84 0 0.33
HSL 271.67º 0.72% 0.39% -
HSV(B) 271.67º 0.84% 0.67% -
XYZ 13.57 6.75 39.62 -
YUV 67.14 187.18 154.29 -
System Red Green Blue C M Y K H S L
Decimal 104 28 172 0.40 0.84 0 0.33 271.67 0.72 0.39
Hex 68 1C AC 28 54 0 21 110 48 27
Octal 150 34 254 50 124 0 41 420 110 47
Binary 1101000 11100 10101100 101000 1010100 0 100001 100010000 1001000 100111

Color Harmonies of #681CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681CAC

Black with #681CAC

Text Example


Text Example

White with #681CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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