Html Css Color HEX #681CB5 Purple Heart

📋 copy color: '#681CB5'

red 104 ◦ green 28 ◦ blue 181

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

Shades of Purple Heart #681CB5

Tints of Purple Heart #681CB5

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.95%

 BLUE value IS 181 (71.09% from 255) = 57.83%

R = 33.23%
G = 8.95%
B = 57.83%

CMYK

 C value IS 0.43

 M value IS 0.85

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#681CB5 (or 0x681CB5) is known color: Purple Heart. HEX triplet: 68, 1C and B5. RGB value is (104,28,181). Sum of RGB (Red+Green+Blue) = 104+28+181=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 28 (11.33% from 255 or 8.95% from 313); Blue value is 181 (71.09% from 255 or 57.83% from 313); Max value from RGB is 181 - color contains mainly: blue. Hex color #681CB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681CB5 is #97E34A. Grayscale: #434343. Windows color (decimal): -9954123 or 11869288. OLE color: 11869288.

HSL color Cylindrical-coordinate representation of color #681CB5: hue angle of 269.8º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #681CB5 is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 104 28 181 -
CMYK 0.43 0.85 0 0.29
HSL 269.8º 0.73% 0.41% -
HSV(B) 269.8º 0.85% 0.71% -
XYZ 14.46 7.11 44.33 -
YUV 68.17 191.68 153.56 -
System Red Green Blue C M Y K H S L
Decimal 104 28 181 0.43 0.85 0 0.29 269.8 0.73 0.41
Hex 68 1C B5 2B 55 0 1D 10E 49 29
Octal 150 34 265 53 125 0 35 416 111 51
Binary 1101000 11100 10110101 101011 1010101 0 11101 100001110 1001001 101001

Color Harmonies of #681CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681CB5

Black with #681CB5

Text Example


Text Example

White with #681CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,28,181); }

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

background-color css

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

 a { background-color: rgb(104,28,181); }

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

border-color css

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

 span { border-color: rgb(104,28,181); }

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