Html Css Color HEX #681BD5 Purple Heart

📋 copy color: '#681BD5'

red 104 ◦ green 27 ◦ blue 213

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

Shades of Purple Heart #681BD5

Tints of Purple Heart #681BD5

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.85%

 BLUE value IS 213 (83.59% from 255) = 61.92%

R = 30.23%
G = 7.85%
B = 61.92%

CMYK

 C value IS 0.51

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#681BD5 (or 0x681BD5) is known color: Purple Heart. HEX triplet: 68, 1B and D5. RGB value is (104,27,213). Sum of RGB (Red+Green+Blue) = 104+27+213=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 27 (10.94% from 255 or 7.85% from 344); Blue value is 213 (83.59% from 255 or 61.92% from 344); Max value from RGB is 213 - color contains mainly: blue. Hex color #681BD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681BD5 is #97E42A. Grayscale: #464646. Windows color (decimal): -9954347 or 13966184. OLE color: 13966184.

HSL color Cylindrical-coordinate representation of color #681BD5: hue angle of 264.84º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #681BD5 is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 27 213 -
CMYK 0.51 0.87 0 0.16
HSL 264.84º 0.78% 0.47% -
HSV(B) 264.84º 0.87% 0.84% -
XYZ 18.11 8.53 63.64 -
YUV 71.23 208.01 151.38 -
System Red Green Blue C M Y K H S L
Decimal 104 27 213 0.51 0.87 0 0.16 264.84 0.78 0.47
Hex 68 1B D5 33 57 0 10 109 4E 2F
Octal 150 33 325 63 127 0 20 411 116 57
Binary 1101000 11011 11010101 110011 1010111 0 10000 100001001 1001110 101111

Color Harmonies of #681BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681BD5

Black with #681BD5

Text Example


Text Example

White with #681BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,27,213); }

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

background-color css

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

 a { background-color: rgb(104,27,213); }

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

border-color css

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

 span { border-color: rgb(104,27,213); }

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