Html Css Color HEX #680CCC Purple Heart

📋 copy color: '#680CCC'

red 104 ◦ green 12 ◦ blue 204

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

Shades of Purple Heart #680CCC

Tints of Purple Heart #680CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 63.75%

R = 32.5%
G = 3.75%
B = 63.75%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#680CCC (or 0x680CCC) is known color: Purple Heart. HEX triplet: 68, 0C and CC. RGB value is (104,12,204). Sum of RGB (Red+Green+Blue) = 104+12+204=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 12 (5.08% from 255 or 3.75% from 320); Blue value is 204 (80.08% from 255 or 63.75% from 320); Max value from RGB is 204 - color contains mainly: blue. Hex color #680CCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680CCC is #97F333. Grayscale: #3C3C3C. Windows color (decimal): -9958196 or 13372520. OLE color: 13372520.

HSL color Cylindrical-coordinate representation of color #680CCC: hue angle of 268.75º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680CCC is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 104 12 204 -
CMYK 0.49 0.94 0 0.2
HSL 268.75º 0.89% 0.42% -
HSV(B) 268.75º 0.94% 0.8% -
XYZ 16.74 7.57 57.7 -
YUV 61.4 208.48 158.39 -
System Red Green Blue C M Y K H S L
Decimal 104 12 204 0.49 0.94 0 0.2 268.75 0.89 0.42
Hex 68 C CC 31 5E 0 14 10D 59 2A
Octal 150 14 314 61 136 0 24 415 131 52
Binary 1101000 1100 11001100 110001 1011110 0 10100 100001101 1011001 101010

Color Harmonies of #680CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680CCC

Black with #680CCC

Text Example


Text Example

White with #680CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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