Html Css Color HEX #680BC0 Purple Heart

📋 copy color: '#680BC0'

red 104 ◦ green 11 ◦ blue 192

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

Shades of Purple Heart #680BC0

Tints of Purple Heart #680BC0

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.58%

 BLUE value IS 192 (75.39% from 255) = 62.54%

R = 33.88%
G = 3.58%
B = 62.54%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#680BC0 (or 0x680BC0) is known color: Purple Heart. HEX triplet: 68, 0B and C0. RGB value is (104,11,192). Sum of RGB (Red+Green+Blue) = 104+11+192=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 11 (4.69% from 255 or 3.58% from 307); Blue value is 192 (75.39% from 255 or 62.54% from 307); Max value from RGB is 192 - color contains mainly: blue. Hex color #680BC0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680BC0 is #97F43F. Grayscale: #3A3A3A. Windows color (decimal): -9958464 or 12585832. OLE color: 12585832.

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

Color convert

RGB 104 11 192 -
CMYK 0.46 0.94 0 0.25
HSL 270.83º 0.89% 0.4% -
HSV(B) 270.83º 0.94% 0.75% -
XYZ 15.34 6.99 50.41 -
YUV 59.44 202.81 159.78 -
System Red Green Blue C M Y K H S L
Decimal 104 11 192 0.46 0.94 0 0.25 270.83 0.89 0.4
Hex 68 B C0 2E 5E 0 19 10F 59 28
Octal 150 13 300 56 136 0 31 417 131 50
Binary 1101000 1011 11000000 101110 1011110 0 11001 100001111 1011001 101000

Color Harmonies of #680BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680BC0

Black with #680BC0

Text Example


Text Example

White with #680BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,11,192); }

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

background-color css

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

 a { background-color: rgb(104,11,192); }

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

border-color css

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

 span { border-color: rgb(104,11,192); }

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