Html Css Color HEX #680CC2 Purple Heart

📋 copy color: '#680CC2'

red 104 ◦ green 12 ◦ blue 194

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

Shades of Purple Heart #680CC2

Tints of Purple Heart #680CC2

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.87%

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

R = 33.55%
G = 3.87%
B = 62.58%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#680CC2 (or 0x680CC2) is known color: Purple Heart. HEX triplet: 68, 0C and C2. RGB value is (104,12,194). Sum of RGB (Red+Green+Blue) = 104+12+194=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 194 (76.17% from 255 or 62.58% from 310); Max value from RGB is 194 - color contains mainly: blue. Hex color #680CC2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680CC2 is #97F33D. Grayscale: #3B3B3B. Windows color (decimal): -9958206 or 12717160. OLE color: 12717160.

HSL color Cylindrical-coordinate representation of color #680CC2: hue angle of 270.33º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680CC2 is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 104 12 194 -
CMYK 0.46 0.94 0 0.24
HSL 270.33º 0.88% 0.4% -
HSV(B) 270.33º 0.94% 0.76% -
XYZ 15.58 7.1 51.59 -
YUV 60.26 203.48 159.2 -
System Red Green Blue C M Y K H S L
Decimal 104 12 194 0.46 0.94 0 0.24 270.33 0.88 0.4
Hex 68 C C2 2E 5E 0 18 10E 58 28
Octal 150 14 302 56 136 0 30 416 130 50
Binary 1101000 1100 11000010 101110 1011110 0 11000 100001110 1011000 101000

Color Harmonies of #680CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680CC2

Black with #680CC2

Text Example


Text Example

White with #680CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680CC2; }

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

 H1.HeaderClassName
 {
   color: #680CC2;
 }
 .AnyTagClassName
 {
   color: #680CC2;
 }
</style>

background-color css

<style>
 a { background-color: #680CC2; }

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

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

border-color css

<style>
 span { border-color: #680CC2; }

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

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