Html Css Color HEX #681BD2 Purple Heart

📋 copy color: '#681BD2'

red 104 ◦ green 27 ◦ blue 210

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

Shades of Purple Heart #681BD2

Tints of Purple Heart #681BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 61.58%

R = 30.5%
G = 7.92%
B = 61.58%

CMYK

 C value IS 0.50

 M value IS 0.87

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#681BD2 (or 0x681BD2) is known color: Purple Heart. HEX triplet: 68, 1B and D2. RGB value is (104,27,210). Sum of RGB (Red+Green+Blue) = 104+27+210=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 27 (10.94% from 255 or 7.92% from 341); Blue value is 210 (82.42% from 255 or 61.58% from 341); Max value from RGB is 210 - color contains mainly: blue. Hex color #681BD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681BD2 is #97E42D. Grayscale: #464646. Windows color (decimal): -9954350 or 13769576. OLE color: 13769576.

HSL color Cylindrical-coordinate representation of color #681BD2: hue angle of 265.25º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #681BD2 is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 104 27 210 -
CMYK 0.50 0.87 0 0.18
HSL 265.25º 0.77% 0.46% -
HSV(B) 265.25º 0.87% 0.82% -
XYZ 17.73 8.38 61.66 -
YUV 70.89 206.51 151.62 -
System Red Green Blue C M Y K H S L
Decimal 104 27 210 0.50 0.87 0 0.18 265.25 0.77 0.46
Hex 68 1B D2 32 57 0 12 109 4D 2E
Octal 150 33 322 62 127 0 22 411 115 56
Binary 1101000 11011 11010010 110010 1010111 0 10010 100001001 1001101 101110

Color Harmonies of #681BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681BD2

Black with #681BD2

Text Example


Text Example

White with #681BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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