Html Css Color HEX #681DCB Purple Heart

📋 copy color: '#681DCB'

red 104 ◦ green 29 ◦ blue 203

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

Shades of Purple Heart #681DCB

Tints of Purple Heart #681DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 60.42%

R = 30.95%
G = 8.63%
B = 60.42%

CMYK

 C value IS 0.49

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#681DCB (or 0x681DCB) is known color: Purple Heart. HEX triplet: 68, 1D and CB. RGB value is (104,29,203). Sum of RGB (Red+Green+Blue) = 104+29+203=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 29 (11.72% from 255 or 8.63% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #681DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681DCB is #97E234. Grayscale: #464646. Windows color (decimal): -9953845 or 13311336. OLE color: 13311336.

HSL color Cylindrical-coordinate representation of color #681DCB: hue angle of 265.86º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #681DCB is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 29 203 -
CMYK 0.49 0.86 0 0.20
HSL 265.86º 0.75% 0.45% -
HSV(B) 265.86º 0.86% 0.8% -
XYZ 16.93 8.13 57.18 -
YUV 71.26 202.35 151.35 -
System Red Green Blue C M Y K H S L
Decimal 104 29 203 0.49 0.86 0 0.20 265.86 0.75 0.45
Hex 68 1D CB 31 56 0 14 10A 4B 2D
Octal 150 35 313 61 126 0 24 412 113 55
Binary 1101000 11101 11001011 110001 1010110 0 10100 100001010 1001011 101101

Color Harmonies of #681DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681DCB

Black with #681DCB

Text Example


Text Example

White with #681DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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