Html Css Color HEX #681CAA Purple Heart

📋 copy color: '#681CAA'

red 104 ◦ green 28 ◦ blue 170

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

Shades of Purple Heart #681CAA

Tints of Purple Heart #681CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 56.29%

R = 34.44%
G = 9.27%
B = 56.29%

CMYK

 C value IS 0.39

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#681CAA (or 0x681CAA) is known color: Purple Heart. HEX triplet: 68, 1C and AA. RGB value is (104,28,170). Sum of RGB (Red+Green+Blue) = 104+28+170=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 28 (11.33% from 255 or 9.27% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #681CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681CAA is #97E355. Grayscale: #424242. Windows color (decimal): -9954134 or 11148392. OLE color: 11148392.

HSL color Cylindrical-coordinate representation of color #681CAA: hue angle of 272.11º 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 #681CAA is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 28 170 -
CMYK 0.39 0.84 0 0.33
HSL 272.11º 0.72% 0.39% -
HSV(B) 272.11º 0.84% 0.67% -
XYZ 13.38 6.68 38.61 -
YUV 66.91 186.18 154.45 -
System Red Green Blue C M Y K H S L
Decimal 104 28 170 0.39 0.84 0 0.33 272.11 0.72 0.39
Hex 68 1C AA 27 54 0 21 110 48 27
Octal 150 34 252 47 124 0 41 420 110 47
Binary 1101000 11100 10101010 100111 1010100 0 100001 100010000 1001000 100111

Color Harmonies of #681CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681CAA

Black with #681CAA

Text Example


Text Example

White with #681CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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