Html Css Color HEX #681DDA Purple Heart

📋 copy color: '#681DDA'

red 104 ◦ green 29 ◦ blue 218

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

Shades of Purple Heart #681DDA

Tints of Purple Heart #681DDA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.26%

 BLUE value IS 218 (85.55% from 255) = 62.11%

R = 29.63%
G = 8.26%
B = 62.11%

CMYK

 C value IS 0.52

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#681DDA (or 0x681DDA) is known color: Purple Heart. HEX triplet: 68, 1D and DA. RGB value is (104,29,218). Sum of RGB (Red+Green+Blue) = 104+29+218=351 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.63% from 351); Green value is 29 (11.72% from 255 or 8.26% from 351); Blue value is 218 (85.55% from 255 or 62.11% from 351); Max value from RGB is 218 - color contains mainly: blue. Hex color #681DDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681DDA is #97E225. Grayscale: #484848. Windows color (decimal): -9953830 or 14294376. OLE color: 14294376.

HSL color Cylindrical-coordinate representation of color #681DDA: hue angle of 263.81º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #681DDA is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 29 218 -
CMYK 0.52 0.87 0 0.15
HSL 263.81º 0.77% 0.48% -
HSV(B) 263.81º 0.87% 0.85% -
XYZ 18.8 8.88 67.05 -
YUV 72.97 209.85 150.13 -
System Red Green Blue C M Y K H S L
Decimal 104 29 218 0.52 0.87 0 0.15 263.81 0.77 0.48
Hex 68 1D DA 34 57 0 F 108 4D 30
Octal 150 35 332 64 127 0 17 410 115 60
Binary 1101000 11101 11011010 110100 1010111 0 1111 100001000 1001101 110000

Color Harmonies of #681DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681DDA

Black with #681DDA

Text Example


Text Example

White with #681DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,29,218); }

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

background-color css

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

 a { background-color: rgb(104,29,218); }

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

border-color css

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

 span { border-color: rgb(104,29,218); }

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