Html Css Color HEX #681EBA Purple Heart

📋 copy color: '#681EBA'

red 104 ◦ green 30 ◦ blue 186

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

Shades of Purple Heart #681EBA

Tints of Purple Heart #681EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 58.13%

R = 32.5%
G = 9.38%
B = 58.13%

CMYK

 C value IS 0.44

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#681EBA (or 0x681EBA) is known color: Purple Heart. HEX triplet: 68, 1E and BA. RGB value is (104,30,186). Sum of RGB (Red+Green+Blue) = 104+30+186=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 30 (12.11% from 255 or 9.38% from 320); Blue value is 186 (73.05% from 255 or 58.12% from 320); Max value from RGB is 186 - color contains mainly: blue. Hex color #681EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681EBA is #97E145. Grayscale: #454545. Windows color (decimal): -9953606 or 12197480. OLE color: 12197480.

HSL color Cylindrical-coordinate representation of color #681EBA: hue angle of 268.46º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #681EBA is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 30 186 -
CMYK 0.44 0.84 0 0.27
HSL 268.46º 0.72% 0.42% -
HSV(B) 268.46º 0.84% 0.73% -
XYZ 15.04 7.42 47.09 -
YUV 69.91 193.52 152.32 -
System Red Green Blue C M Y K H S L
Decimal 104 30 186 0.44 0.84 0 0.27 268.46 0.72 0.42
Hex 68 1E BA 2C 54 0 1B 10C 48 2A
Octal 150 36 272 54 124 0 33 414 110 52
Binary 1101000 11110 10111010 101100 1010100 0 11011 100001100 1001000 101010

Color Harmonies of #681EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681EBA

Black with #681EBA

Text Example


Text Example

White with #681EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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