Html Css Color HEX #681EAB Purple Heart

📋 copy color: '#681EAB'

red 104 ◦ green 30 ◦ blue 171

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

Shades of Purple Heart #681EAB

Tints of Purple Heart #681EAB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.84%

 BLUE value IS 171 (67.19% from 255) = 56.07%

R = 34.1%
G = 9.84%
B = 56.07%

CMYK

 C value IS 0.39

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#681EAB (or 0x681EAB) is known color: Purple Heart. HEX triplet: 68, 1E and AB. RGB value is (104,30,171). Sum of RGB (Red+Green+Blue) = 104+30+171=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 30 (12.11% from 255 or 9.84% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #681EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681EAB is #97E154. Grayscale: #434343. Windows color (decimal): -9953621 or 11214440. OLE color: 11214440.

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

Color convert

RGB 104 30 171 -
CMYK 0.39 0.82 0 0.33
HSL 271.49º 0.7% 0.39% -
HSV(B) 271.49º 0.82% 0.67% -
XYZ 13.52 6.81 39.13 -
YUV 68.2 186.02 153.54 -
System Red Green Blue C M Y K H S L
Decimal 104 30 171 0.39 0.82 0 0.33 271.49 0.7 0.39
Hex 68 1E AB 27 52 0 21 10F 46 27
Octal 150 36 253 47 122 0 41 417 106 47
Binary 1101000 11110 10101011 100111 1010010 0 100001 100001111 1000110 100111

Color Harmonies of #681EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681EAB

Black with #681EAB

Text Example


Text Example

White with #681EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,30,171); }

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

background-color css

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

 a { background-color: rgb(104,30,171); }

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

border-color css

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

 span { border-color: rgb(104,30,171); }

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