Html Css Color HEX #681EBC Purple Heart

📋 copy color: '#681EBC'

red 104 ◦ green 30 ◦ blue 188

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

Shades of Purple Heart #681EBC

Tints of Purple Heart #681EBC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.32%

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

R = 32.3%
G = 9.32%
B = 58.39%

CMYK

 C value IS 0.45

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#681EBC (or 0x681EBC) is known color: Purple Heart. HEX triplet: 68, 1E and BC. RGB value is (104,30,188). Sum of RGB (Red+Green+Blue) = 104+30+188=322 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.30% from 322); Green value is 30 (12.11% from 255 or 9.32% from 322); Blue value is 188 (73.83% from 255 or 58.39% from 322); Max value from RGB is 188 - color contains mainly: blue. Hex color #681EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681EBC is #97E143. Grayscale: #454545. Windows color (decimal): -9953604 or 12328552. OLE color: 12328552.

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

Color convert

RGB 104 30 188 -
CMYK 0.45 0.84 0 0.26
HSL 268.1º 0.72% 0.43% -
HSV(B) 268.1º 0.84% 0.74% -
XYZ 15.25 7.5 48.22 -
YUV 70.14 194.52 152.15 -
System Red Green Blue C M Y K H S L
Decimal 104 30 188 0.45 0.84 0 0.26 268.1 0.72 0.43
Hex 68 1E BC 2D 54 0 1A 10C 48 2B
Octal 150 36 274 55 124 0 32 414 110 53
Binary 1101000 11110 10111100 101101 1010100 0 11010 100001100 1001000 101011

Color Harmonies of #681EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681EBC

Black with #681EBC

Text Example


Text Example

White with #681EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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