Html Css Color HEX #681BAA Purple Heart

📋 copy color: '#681BAA'

red 104 ◦ green 27 ◦ blue 170

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

Shades of Purple Heart #681BAA

Tints of Purple Heart #681BAA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.97%

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

R = 34.55%
G = 8.97%
B = 56.48%

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

#681BAA (or 0x681BAA) is known color: Purple Heart. HEX triplet: 68, 1B and AA. RGB value is (104,27,170). Sum of RGB (Red+Green+Blue) = 104+27+170=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 27 (10.94% from 255 or 8.97% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #681BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681BAA is #97E455. Grayscale: #414141. Windows color (decimal): -9954390 or 11148136. OLE color: 11148136.

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

Color convert

RGB 104 27 170 -
CMYK 0.39 0.84 0 0.33
HSL 272.31º 0.73% 0.39% -
HSV(B) 272.31º 0.84% 0.67% -
XYZ 13.36 6.63 38.61 -
YUV 66.33 186.51 154.87 -
System Red Green Blue C M Y K H S L
Decimal 104 27 170 0.39 0.84 0 0.33 272.31 0.73 0.39
Hex 68 1B AA 27 54 0 21 110 49 27
Octal 150 33 252 47 124 0 41 420 111 47
Binary 1101000 11011 10101010 100111 1010100 0 100001 100010000 1001001 100111

Color Harmonies of #681BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681BAA

Black with #681BAA

Text Example


Text Example

White with #681BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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