Html Css Color HEX #681CDA Purple Heart

📋 copy color: '#681CDA'

red 104 ◦ green 28 ◦ blue 218

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

Shades of Purple Heart #681CDA

Tints of Purple Heart #681CDA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8%

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

R = 29.71%
G = 8%
B = 62.29%

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

#681CDA (or 0x681CDA) is known color: Purple Heart. HEX triplet: 68, 1C and DA. RGB value is (104,28,218). Sum of RGB (Red+Green+Blue) = 104+28+218=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 28 (11.33% from 255 or 8% from 350); Blue value is 218 (85.55% from 255 or 62.29% from 350); Max value from RGB is 218 - color contains mainly: blue. Hex color #681CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681CDA is #97E325. Grayscale: #474747. Windows color (decimal): -9954086 or 14294120. OLE color: 14294120.

HSL color Cylindrical-coordinate representation of color #681CDA: hue angle of 264º 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 #681CDA is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 28 218 -
CMYK 0.52 0.87 0 0.15
HSL 264º 0.77% 0.48% -
HSV(B) 264º 0.87% 0.85% -
XYZ 18.78 8.84 67.05 -
YUV 72.38 210.18 150.55 -
System Red Green Blue C M Y K H S L
Decimal 104 28 218 0.52 0.87 0 0.15 264 0.77 0.48
Hex 68 1C DA 34 57 0 F 108 4D 30
Octal 150 34 332 64 127 0 17 410 115 60
Binary 1101000 11100 11011010 110100 1010111 0 1111 100001000 1001101 110000

Color Harmonies of #681CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681CDA

Black with #681CDA

Text Example


Text Example

White with #681CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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