Html Css Color HEX #681CBD Purple Heart

📋 copy color: '#681CBD'

red 104 ◦ green 28 ◦ blue 189

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

Shades of Purple Heart #681CBD

Tints of Purple Heart #681CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 58.88%

R = 32.4%
G = 8.72%
B = 58.88%

CMYK

 C value IS 0.45

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#681CBD (or 0x681CBD) is known color: Purple Heart. HEX triplet: 68, 1C and BD. RGB value is (104,28,189). Sum of RGB (Red+Green+Blue) = 104+28+189=321 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.40% from 321); Green value is 28 (11.33% from 255 or 8.72% from 321); Blue value is 189 (74.22% from 255 or 58.88% from 321); Max value from RGB is 189 - color contains mainly: blue. Hex color #681CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681CBD is #97E342. Grayscale: #444444. Windows color (decimal): -9954115 or 12393576. OLE color: 12393576.

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

Color convert

RGB 104 28 189 -
CMYK 0.45 0.85 0 0.26
HSL 268.32º 0.74% 0.43% -
HSV(B) 268.32º 0.85% 0.74% -
XYZ 15.31 7.45 48.77 -
YUV 69.08 195.68 152.91 -
System Red Green Blue C M Y K H S L
Decimal 104 28 189 0.45 0.85 0 0.26 268.32 0.74 0.43
Hex 68 1C BD 2D 55 0 1A 10C 4A 2B
Octal 150 34 275 55 125 0 32 414 112 53
Binary 1101000 11100 10111101 101101 1010101 0 11010 100001100 1001010 101011

Color Harmonies of #681CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681CBD

Black with #681CBD

Text Example


Text Example

White with #681CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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