Html Css Color HEX #681EBE Purple Heart

📋 copy color: '#681EBE'

red 104 ◦ green 30 ◦ blue 190

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

Shades of Purple Heart #681EBE

Tints of Purple Heart #681EBE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.26%

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

R = 32.1%
G = 9.26%
B = 58.64%

CMYK

 C value IS 0.45

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#681EBE (or 0x681EBE) is known color: Purple Heart. HEX triplet: 68, 1E and BE. RGB value is (104,30,190). Sum of RGB (Red+Green+Blue) = 104+30+190=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 30 (12.11% from 255 or 9.26% from 324); Blue value is 190 (74.61% from 255 or 58.64% from 324); Max value from RGB is 190 - color contains mainly: blue. Hex color #681EBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681EBE is #97E141. Grayscale: #454545. Windows color (decimal): -9953602 or 12459624. OLE color: 12459624.

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

Color convert

RGB 104 30 190 -
CMYK 0.45 0.84 0 0.25
HSL 267.75º 0.73% 0.43% -
HSV(B) 267.75º 0.84% 0.75% -
XYZ 15.47 7.59 49.36 -
YUV 70.37 195.52 151.99 -
System Red Green Blue C M Y K H S L
Decimal 104 30 190 0.45 0.84 0 0.25 267.75 0.73 0.43
Hex 68 1E BE 2D 54 0 19 10C 49 2B
Octal 150 36 276 55 124 0 31 414 111 53
Binary 1101000 11110 10111110 101101 1010100 0 11001 100001100 1001001 101011

Color Harmonies of #681EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681EBE

Black with #681EBE

Text Example


Text Example

White with #681EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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