Html Css Color HEX #681DBE Purple Heart

📋 copy color: '#681DBE'

red 104 ◦ green 29 ◦ blue 190

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

Shades of Purple Heart #681DBE

Tints of Purple Heart #681DBE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.98%

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

R = 32.2%
G = 8.98%
B = 58.82%

CMYK

 C value IS 0.45

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#681DBE (or 0x681DBE) is known color: Purple Heart. HEX triplet: 68, 1D and BE. RGB value is (104,29,190). Sum of RGB (Red+Green+Blue) = 104+29+190=323 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.20% from 323); Green value is 29 (11.72% from 255 or 8.98% from 323); Blue value is 190 (74.61% from 255 or 58.82% from 323); Max value from RGB is 190 - color contains mainly: blue. Hex color #681DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681DBE is #97E241. Grayscale: #454545. Windows color (decimal): -9953858 or 12459368. OLE color: 12459368.

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

Color convert

RGB 104 29 190 -
CMYK 0.45 0.85 0 0.25
HSL 267.95º 0.74% 0.43% -
HSV(B) 267.95º 0.85% 0.75% -
XYZ 15.44 7.54 49.36 -
YUV 69.78 195.85 152.41 -
System Red Green Blue C M Y K H S L
Decimal 104 29 190 0.45 0.85 0 0.25 267.95 0.74 0.43
Hex 68 1D BE 2D 55 0 19 10C 4A 2B
Octal 150 35 276 55 125 0 31 414 112 53
Binary 1101000 11101 10111110 101101 1010101 0 11001 100001100 1001010 101011

Color Harmonies of #681DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681DBE

Black with #681DBE

Text Example


Text Example

White with #681DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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