Html Css Color HEX #681BBE Purple Heart

📋 copy color: '#681BBE'

red 104 ◦ green 27 ◦ blue 190

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

Shades of Purple Heart #681BBE

Tints of Purple Heart #681BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 59.19%

R = 32.4%
G = 8.41%
B = 59.19%

CMYK

 C value IS 0.45

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#681BBE (or 0x681BBE) is known color: Purple Heart. HEX triplet: 68, 1B and BE. RGB value is (104,27,190). Sum of RGB (Red+Green+Blue) = 104+27+190=321 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.40% from 321); Green value is 27 (10.94% from 255 or 8.41% from 321); Blue value is 190 (74.61% from 255 or 59.19% from 321); Max value from RGB is 190 - color contains mainly: blue. Hex color #681BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681BBE is #97E441. Grayscale: #444444. Windows color (decimal): -9954370 or 12458856. OLE color: 12458856.

HSL color Cylindrical-coordinate representation of color #681BBE: hue angle of 268.34º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #681BBE is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 27 190 -
CMYK 0.45 0.86 0 0.25
HSL 268.34º 0.75% 0.43% -
HSV(B) 268.34º 0.86% 0.75% -
XYZ 15.4 7.44 49.34 -
YUV 68.61 196.51 153.25 -
System Red Green Blue C M Y K H S L
Decimal 104 27 190 0.45 0.86 0 0.25 268.34 0.75 0.43
Hex 68 1B BE 2D 56 0 19 10C 4B 2B
Octal 150 33 276 55 126 0 31 414 113 53
Binary 1101000 11011 10111110 101101 1010110 0 11001 100001100 1001011 101011

Color Harmonies of #681BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681BBE

Black with #681BBE

Text Example


Text Example

White with #681BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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