Html Css Color HEX #681ABC Purple Heart

📋 copy color: '#681ABC'

red 104 ◦ green 26 ◦ blue 188

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

Shades of Purple Heart #681ABC

Tints of Purple Heart #681ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 59.12%

R = 32.7%
G = 8.18%
B = 59.12%

CMYK

 C value IS 0.45

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#681ABC (or 0x681ABC) is known color: Purple Heart. HEX triplet: 68, 1A and BC. RGB value is (104,26,188). Sum of RGB (Red+Green+Blue) = 104+26+188=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 26 (10.55% from 255 or 8.18% from 318); Blue value is 188 (73.83% from 255 or 59.12% from 318); Max value from RGB is 188 - color contains mainly: blue. Hex color #681ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681ABC is #97E543. Grayscale: #434343. Windows color (decimal): -9954628 or 12327528. OLE color: 12327528.

HSL color Cylindrical-coordinate representation of color #681ABC: hue angle of 268.89º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #681ABC is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 26 188 -
CMYK 0.45 0.86 0 0.26
HSL 268.89º 0.76% 0.42% -
HSV(B) 268.89º 0.86% 0.74% -
XYZ 15.16 7.31 48.19 -
YUV 67.79 195.84 153.83 -
System Red Green Blue C M Y K H S L
Decimal 104 26 188 0.45 0.86 0 0.26 268.89 0.76 0.42
Hex 68 1A BC 2D 56 0 1A 10D 4C 2A
Octal 150 32 274 55 126 0 32 415 114 52
Binary 1101000 11010 10111100 101101 1010110 0 11010 100001101 1001100 101010

Color Harmonies of #681ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681ABC

Black with #681ABC

Text Example


Text Example

White with #681ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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