Html Css Color HEX #681CDE Purple Heart

📋 copy color: '#681CDE'

red 104 ◦ green 28 ◦ blue 222

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

Shades of Purple Heart #681CDE

Tints of Purple Heart #681CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 62.71%

R = 29.38%
G = 7.91%
B = 62.71%

CMYK

 C value IS 0.53

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#681CDE (or 0x681CDE) is known color: Purple Heart. HEX triplet: 68, 1C and DE. RGB value is (104,28,222). Sum of RGB (Red+Green+Blue) = 104+28+222=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 28 (11.33% from 255 or 7.91% from 354); Blue value is 222 (87.11% from 255 or 62.71% from 354); Max value from RGB is 222 - color contains mainly: blue. Hex color #681CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681CDE is #97E321. Grayscale: #484848. Windows color (decimal): -9954082 or 14556264. OLE color: 14556264.

HSL color Cylindrical-coordinate representation of color #681CDE: hue angle of 263.51º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #681CDE is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 28 222 -
CMYK 0.53 0.87 0 0.13
HSL 263.51º 0.78% 0.49% -
HSV(B) 263.51º 0.87% 0.87% -
XYZ 19.31 9.05 69.84 -
YUV 72.84 212.18 150.23 -
System Red Green Blue C M Y K H S L
Decimal 104 28 222 0.53 0.87 0 0.13 263.51 0.78 0.49
Hex 68 1C DE 35 57 0 D 108 4E 31
Octal 150 34 336 65 127 0 15 410 116 61
Binary 1101000 11100 11011110 110101 1010111 0 1101 100001000 1001110 110001

Color Harmonies of #681CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681CDE

Black with #681CDE

Text Example


Text Example

White with #681CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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