Html Css Color HEX #681AAF Purple Heart

📋 copy color: '#681AAF'

red 104 ◦ green 26 ◦ blue 175

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

Shades of Purple Heart #681AAF

Tints of Purple Heart #681AAF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.52%

 BLUE value IS 175 (68.75% from 255) = 57.38%

R = 34.1%
G = 8.52%
B = 57.38%

CMYK

 C value IS 0.41

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#681AAF (or 0x681AAF) is known color: Purple Heart. HEX triplet: 68, 1A and AF. RGB value is (104,26,175). Sum of RGB (Red+Green+Blue) = 104+26+175=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 26 (10.55% from 255 or 8.52% from 305); Blue value is 175 (68.75% from 255 or 57.38% from 305); Max value from RGB is 175 - color contains mainly: blue. Hex color #681AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681AAF is #97E550. Grayscale: #414141. Windows color (decimal): -9954641 or 11475560. OLE color: 11475560.

HSL color Cylindrical-coordinate representation of color #681AAF: hue angle of 271.41º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #681AAF is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 104 26 175 -
CMYK 0.41 0.85 0 0.31
HSL 271.41º 0.74% 0.39% -
HSV(B) 271.41º 0.85% 0.69% -
XYZ 13.82 6.78 41.14 -
YUV 66.31 189.34 154.88 -
System Red Green Blue C M Y K H S L
Decimal 104 26 175 0.41 0.85 0 0.31 271.41 0.74 0.39
Hex 68 1A AF 29 55 0 1F 10F 4A 27
Octal 150 32 257 51 125 0 37 417 112 47
Binary 1101000 11010 10101111 101001 1010101 0 11111 100001111 1001010 100111

Color Harmonies of #681AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681AAF

Black with #681AAF

Text Example


Text Example

White with #681AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,26,175); }

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

background-color css

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

 a { background-color: rgb(104,26,175); }

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

border-color css

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

 span { border-color: rgb(104,26,175); }

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