Html Css Color HEX #681ACE Purple Heart

📋 copy color: '#681ACE'

red 104 ◦ green 26 ◦ blue 206

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

Shades of Purple Heart #681ACE

Tints of Purple Heart #681ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 61.31%

R = 30.95%
G = 7.74%
B = 61.31%

CMYK

 C value IS 0.50

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#681ACE (or 0x681ACE) is known color: Purple Heart. HEX triplet: 68, 1A and CE. RGB value is (104,26,206). Sum of RGB (Red+Green+Blue) = 104+26+206=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 26 (10.55% from 255 or 7.74% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #681ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681ACE is #97E531. Grayscale: #454545. Windows color (decimal): -9954610 or 13507176. OLE color: 13507176.

HSL color Cylindrical-coordinate representation of color #681ACE: hue angle of 266º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #681ACE is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 26 206 -
CMYK 0.50 0.87 0 0.19
HSL 266º 0.78% 0.45% -
HSV(B) 266º 0.87% 0.81% -
XYZ 17.22 8.14 59.06 -
YUV 69.84 204.84 152.36 -
System Red Green Blue C M Y K H S L
Decimal 104 26 206 0.50 0.87 0 0.19 266 0.78 0.45
Hex 68 1A CE 32 57 0 13 10A 4E 2D
Octal 150 32 316 62 127 0 23 412 116 55
Binary 1101000 11010 11001110 110010 1010111 0 10011 100001010 1001110 101101

Color Harmonies of #681ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681ACE

Black with #681ACE

Text Example


Text Example

White with #681ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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