Html Css Color HEX #681AD3 Purple Heart

📋 copy color: '#681AD3'

red 104 ◦ green 26 ◦ blue 211

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

Shades of Purple Heart #681AD3

Tints of Purple Heart #681AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 61.88%

R = 30.5%
G = 7.62%
B = 61.88%

CMYK

 C value IS 0.51

 M value IS 0.88

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#681AD3 (or 0x681AD3) is known color: Purple Heart. HEX triplet: 68, 1A and D3. RGB value is (104,26,211). Sum of RGB (Red+Green+Blue) = 104+26+211=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 26 (10.55% from 255 or 7.62% from 341); Blue value is 211 (82.81% from 255 or 61.88% from 341); Max value from RGB is 211 - color contains mainly: blue. Hex color #681AD3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681AD3 is #97E52C. Grayscale: #454545. Windows color (decimal): -9954605 or 13834856. OLE color: 13834856.

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

Color convert

RGB 104 26 211 -
CMYK 0.51 0.88 0 0.17
HSL 265.3º 0.78% 0.46% -
HSV(B) 265.3º 0.88% 0.83% -
XYZ 17.84 8.38 62.31 -
YUV 70.41 207.34 151.96 -
System Red Green Blue C M Y K H S L
Decimal 104 26 211 0.51 0.88 0 0.17 265.3 0.78 0.46
Hex 68 1A D3 33 58 0 11 109 4E 2E
Octal 150 32 323 63 130 0 21 411 116 56
Binary 1101000 11010 11010011 110011 1011000 0 10001 100001001 1001110 101110

Color Harmonies of #681AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681AD3

Black with #681AD3

Text Example


Text Example

White with #681AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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