Html Css Color HEX #681ECC Purple Heart

📋 copy color: '#681ECC'

red 104 ◦ green 30 ◦ blue 204

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

Shades of Purple Heart #681ECC

Tints of Purple Heart #681ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 60.36%

R = 30.77%
G = 8.88%
B = 60.36%

CMYK

 C value IS 0.49

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#681ECC (or 0x681ECC) is known color: Purple Heart. HEX triplet: 68, 1E and CC. RGB value is (104,30,204). Sum of RGB (Red+Green+Blue) = 104+30+204=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 30 (12.11% from 255 or 8.88% from 338); Blue value is 204 (80.08% from 255 or 60.36% from 338); Max value from RGB is 204 - color contains mainly: blue. Hex color #681ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681ECC is #97E133. Grayscale: #474747. Windows color (decimal): -9953588 or 13377128. OLE color: 13377128.

HSL color Cylindrical-coordinate representation of color #681ECC: hue angle of 265.52º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #681ECC is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 104 30 204 -
CMYK 0.49 0.85 0 0.2
HSL 265.52º 0.74% 0.46% -
HSV(B) 265.52º 0.85% 0.8% -
XYZ 17.07 8.23 57.82 -
YUV 71.96 202.52 150.85 -
System Red Green Blue C M Y K H S L
Decimal 104 30 204 0.49 0.85 0 0.2 265.52 0.74 0.46
Hex 68 1E CC 31 55 0 14 10A 4A 2E
Octal 150 36 314 61 125 0 24 412 112 56
Binary 1101000 11110 11001100 110001 1010101 0 10100 100001010 1001010 101110

Color Harmonies of #681ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681ECC

Black with #681ECC

Text Example


Text Example

White with #681ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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