Html Css Color HEX #681BBA Purple Heart

📋 copy color: '#681BBA'

red 104 ◦ green 27 ◦ blue 186

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

Shades of Purple Heart #681BBA

Tints of Purple Heart #681BBA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.52%

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

R = 32.81%
G = 8.52%
B = 58.68%

CMYK

 C value IS 0.44

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#681BBA (or 0x681BBA) is known color: Purple Heart. HEX triplet: 68, 1B and BA. RGB value is (104,27,186). Sum of RGB (Red+Green+Blue) = 104+27+186=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 27 (10.94% from 255 or 8.52% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #681BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681BBA is #97E445. Grayscale: #434343. Windows color (decimal): -9954374 or 12196712. OLE color: 12196712.

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

Color convert

RGB 104 27 186 -
CMYK 0.44 0.85 0 0.27
HSL 269.06º 0.75% 0.42% -
HSV(B) 269.06º 0.85% 0.73% -
XYZ 14.96 7.27 47.07 -
YUV 68.15 194.51 153.57 -
System Red Green Blue C M Y K H S L
Decimal 104 27 186 0.44 0.85 0 0.27 269.06 0.75 0.42
Hex 68 1B BA 2C 55 0 1B 10D 4B 2A
Octal 150 33 272 54 125 0 33 415 113 52
Binary 1101000 11011 10111010 101100 1010101 0 11011 100001101 1001011 101010

Color Harmonies of #681BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681BBA

Black with #681BBA

Text Example


Text Example

White with #681BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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