Html Css Color HEX #681CB4 Purple Heart

📋 copy color: '#681CB4'

red 104 ◦ green 28 ◦ blue 180

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

Shades of Purple Heart #681CB4

Tints of Purple Heart #681CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 57.69%

R = 33.33%
G = 8.97%
B = 57.69%

CMYK

 C value IS 0.42

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#681CB4 (or 0x681CB4) is known color: Purple Heart. HEX triplet: 68, 1C and B4. RGB value is (104,28,180). Sum of RGB (Red+Green+Blue) = 104+28+180=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 28 (11.33% from 255 or 8.97% from 312); Blue value is 180 (70.70% from 255 or 57.69% from 312); Max value from RGB is 180 - color contains mainly: blue. Hex color #681CB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681CB4 is #97E34B. Grayscale: #434343. Windows color (decimal): -9954124 or 11803752. OLE color: 11803752.

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

Color convert

RGB 104 28 180 -
CMYK 0.42 0.84 0 0.29
HSL 270º 0.73% 0.41% -
HSV(B) 270º 0.84% 0.71% -
XYZ 14.36 7.07 43.79 -
YUV 68.05 191.18 153.64 -
System Red Green Blue C M Y K H S L
Decimal 104 28 180 0.42 0.84 0 0.29 270 0.73 0.41
Hex 68 1C B4 2A 54 0 1D 10E 49 29
Octal 150 34 264 52 124 0 35 416 111 51
Binary 1101000 11100 10110100 101010 1010100 0 11101 100001110 1001001 101001

Color Harmonies of #681CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681CB4

Black with #681CB4

Text Example


Text Example

White with #681CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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