Html Css Color HEX #681EC2 Purple Heart

📋 copy color: '#681EC2'

red 104 ◦ green 30 ◦ blue 194

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

Shades of Purple Heart #681EC2

Tints of Purple Heart #681EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 59.15%

R = 31.71%
G = 9.15%
B = 59.15%

CMYK

 C value IS 0.46

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#681EC2 (or 0x681EC2) is known color: Purple Heart. HEX triplet: 68, 1E and C2. RGB value is (104,30,194). Sum of RGB (Red+Green+Blue) = 104+30+194=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 30 (12.11% from 255 or 9.15% from 328); Blue value is 194 (76.17% from 255 or 59.15% from 328); Max value from RGB is 194 - color contains mainly: blue. Hex color #681EC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681EC2 is #97E13D. Grayscale: #464646. Windows color (decimal): -9953598 or 12721768. OLE color: 12721768.

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

Color convert

RGB 104 30 194 -
CMYK 0.46 0.85 0 0.24
HSL 267.07º 0.73% 0.44% -
HSV(B) 267.07º 0.85% 0.76% -
XYZ 15.91 7.77 51.7 -
YUV 70.82 197.52 151.66 -
System Red Green Blue C M Y K H S L
Decimal 104 30 194 0.46 0.85 0 0.24 267.07 0.73 0.44
Hex 68 1E C2 2E 55 0 18 10B 49 2C
Octal 150 36 302 56 125 0 30 413 111 54
Binary 1101000 11110 11000010 101110 1010101 0 11000 100001011 1001001 101100

Color Harmonies of #681EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681EC2

Black with #681EC2

Text Example


Text Example

White with #681EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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