Html Css Color HEX #681EC1 Purple Heart

📋 copy color: '#681EC1'

red 104 ◦ green 30 ◦ blue 193

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

Shades of Purple Heart #681EC1

Tints of Purple Heart #681EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 59.02%

R = 31.8%
G = 9.17%
B = 59.02%

CMYK

 C value IS 0.46

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#681EC1 (or 0x681EC1) is known color: Purple Heart. HEX triplet: 68, 1E and C1. RGB value is (104,30,193). Sum of RGB (Red+Green+Blue) = 104+30+193=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 30 (12.11% from 255 or 9.17% from 327); Blue value is 193 (75.78% from 255 or 59.02% from 327); Max value from RGB is 193 - color contains mainly: blue. Hex color #681EC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681EC1 is #97E13E. Grayscale: #464646. Windows color (decimal): -9953599 or 12656232. OLE color: 12656232.

HSL color Cylindrical-coordinate representation of color #681EC1: hue angle of 267.24º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #681EC1 is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 104 30 193 -
CMYK 0.46 0.84 0 0.24
HSL 267.24º 0.73% 0.44% -
HSV(B) 267.24º 0.84% 0.76% -
XYZ 15.8 7.72 51.11 -
YUV 70.71 197.02 151.75 -
System Red Green Blue C M Y K H S L
Decimal 104 30 193 0.46 0.84 0 0.24 267.24 0.73 0.44
Hex 68 1E C1 2E 54 0 18 10B 49 2C
Octal 150 36 301 56 124 0 30 413 111 54
Binary 1101000 11110 11000001 101110 1010100 0 11000 100001011 1001001 101100

Color Harmonies of #681EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681EC1

Black with #681EC1

Text Example


Text Example

White with #681EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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