Html Css Color HEX #681FAA Purple Heart

📋 copy color: '#681FAA'

red 104 ◦ green 31 ◦ blue 170

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

Shades of Purple Heart #681FAA

Tints of Purple Heart #681FAA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.16%

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

R = 34.1%
G = 10.16%
B = 55.74%

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

#681FAA (or 0x681FAA) is known color: Purple Heart. HEX triplet: 68, 1F and AA. RGB value is (104,31,170). Sum of RGB (Red+Green+Blue) = 104+31+170=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 31 (12.5% from 255 or 10.16% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #681FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681FAA is #97E055. Grayscale: #444444. Windows color (decimal): -9953366 or 11149160. OLE color: 11149160.

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

Color convert

RGB 104 31 170 -
CMYK 0.39 0.82 0 0.33
HSL 271.51º 0.69% 0.39% -
HSV(B) 271.51º 0.82% 0.67% -
XYZ 13.45 6.83 38.64 -
YUV 68.67 185.18 153.2 -
System Red Green Blue C M Y K H S L
Decimal 104 31 170 0.39 0.82 0 0.33 271.51 0.69 0.39
Hex 68 1F AA 27 52 0 21 110 45 27
Octal 150 37 252 47 122 0 41 420 105 47
Binary 1101000 11111 10101010 100111 1010010 0 100001 100010000 1000101 100111

Color Harmonies of #681FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681FAA

Black with #681FAA

Text Example


Text Example

White with #681FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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