Html Css Color HEX #680CC6 Purple Heart

📋 copy color: '#680CC6'

red 104 ◦ green 12 ◦ blue 198

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

Shades of Purple Heart #680CC6

Tints of Purple Heart #680CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 63.06%

R = 33.12%
G = 3.82%
B = 63.06%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#680CC6 (or 0x680CC6) is known color: Purple Heart. HEX triplet: 68, 0C and C6. RGB value is (104,12,198). Sum of RGB (Red+Green+Blue) = 104+12+198=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 198 (77.73% from 255 or 63.06% from 314); Max value from RGB is 198 - color contains mainly: blue. Hex color #680CC6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680CC6 is #97F339. Grayscale: #3C3C3C. Windows color (decimal): -9958202 or 12979304. OLE color: 12979304.

HSL color Cylindrical-coordinate representation of color #680CC6: hue angle of 269.68º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680CC6 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 104 12 198 -
CMYK 0.47 0.94 0 0.22
HSL 269.68º 0.89% 0.41% -
HSV(B) 269.68º 0.94% 0.78% -
XYZ 16.03 7.28 53.99 -
YUV 60.71 205.48 158.88 -
System Red Green Blue C M Y K H S L
Decimal 104 12 198 0.47 0.94 0 0.22 269.68 0.89 0.41
Hex 68 C C6 2F 5E 0 16 10E 59 29
Octal 150 14 306 57 136 0 26 416 131 51
Binary 1101000 1100 11000110 101111 1011110 0 10110 100001110 1011001 101001

Color Harmonies of #680CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680CC6

Black with #680CC6

Text Example


Text Example

White with #680CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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