Html Css Color HEX #681ECA Purple Heart

📋 copy color: '#681ECA'

red 104 ◦ green 30 ◦ blue 202

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

Shades of Purple Heart #681ECA

Tints of Purple Heart #681ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 60.12%

R = 30.95%
G = 8.93%
B = 60.12%

CMYK

 C value IS 0.49

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#681ECA (or 0x681ECA) is known color: Purple Heart. HEX triplet: 68, 1E and CA. RGB value is (104,30,202). Sum of RGB (Red+Green+Blue) = 104+30+202=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 30 (12.11% from 255 or 8.93% from 336); Blue value is 202 (79.30% from 255 or 60.12% from 336); Max value from RGB is 202 - color contains mainly: blue. Hex color #681ECA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681ECA is #97E135. Grayscale: #474747. Windows color (decimal): -9953590 or 13246056. OLE color: 13246056.

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

Color convert

RGB 104 30 202 -
CMYK 0.49 0.85 0 0.21
HSL 265.81º 0.74% 0.45% -
HSV(B) 265.81º 0.85% 0.79% -
XYZ 16.83 8.14 56.56 -
YUV 71.73 201.52 151.01 -
System Red Green Blue C M Y K H S L
Decimal 104 30 202 0.49 0.85 0 0.21 265.81 0.74 0.45
Hex 68 1E CA 31 55 0 15 10A 4A 2D
Octal 150 36 312 61 125 0 25 412 112 55
Binary 1101000 11110 11001010 110001 1010101 0 10101 100001010 1001010 101101

Color Harmonies of #681ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681ECA

Black with #681ECA

Text Example


Text Example

White with #681ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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