Html Css Color HEX #681AD5 Purple Heart

📋 copy color: '#681AD5'

red 104 ◦ green 26 ◦ blue 213

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

Shades of Purple Heart #681AD5

Tints of Purple Heart #681AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 62.1%

R = 30.32%
G = 7.58%
B = 62.1%

CMYK

 C value IS 0.51

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#681AD5 (or 0x681AD5) is known color: Purple Heart. HEX triplet: 68, 1A and D5. RGB value is (104,26,213). Sum of RGB (Red+Green+Blue) = 104+26+213=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 26 (10.55% from 255 or 7.58% from 343); Blue value is 213 (83.59% from 255 or 62.10% from 343); Max value from RGB is 213 - color contains mainly: blue. Hex color #681AD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681AD5 is #97E52A. Grayscale: #454545. Windows color (decimal): -9954603 or 13965928. OLE color: 13965928.

HSL color Cylindrical-coordinate representation of color #681AD5: hue angle of 265.03º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #681AD5 is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 26 213 -
CMYK 0.51 0.88 0 0.16
HSL 265.03º 0.78% 0.47% -
HSV(B) 265.03º 0.88% 0.84% -
XYZ 18.09 8.49 63.64 -
YUV 70.64 208.34 151.79 -
System Red Green Blue C M Y K H S L
Decimal 104 26 213 0.51 0.88 0 0.16 265.03 0.78 0.47
Hex 68 1A D5 33 58 0 10 109 4E 2F
Octal 150 32 325 63 130 0 20 411 116 57
Binary 1101000 11010 11010101 110011 1011000 0 10000 100001001 1001110 101111

Color Harmonies of #681AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681AD5

Black with #681AD5

Text Example


Text Example

White with #681AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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