Html Css Color HEX #680BC1 Purple Heart

📋 copy color: '#680BC1'

red 104 ◦ green 11 ◦ blue 193

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

Shades of Purple Heart #680BC1

Tints of Purple Heart #680BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 62.66%

R = 33.77%
G = 3.57%
B = 62.66%

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

#680BC1 (or 0x680BC1) is known color: Purple Heart. HEX triplet: 68, 0B and C1. RGB value is (104,11,193). Sum of RGB (Red+Green+Blue) = 104+11+193=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 11 (4.69% from 255 or 3.57% from 308); Blue value is 193 (75.78% from 255 or 62.66% from 308); Max value from RGB is 193 - color contains mainly: blue. Hex color #680BC1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680BC1 is #97F43E. Grayscale: #3A3A3A. Windows color (decimal): -9958463 or 12651368. OLE color: 12651368.

HSL color Cylindrical-coordinate representation of color #680BC1: hue angle of 270.66º degrees, saturation: 0.89, 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 #680BC1 is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 104 11 193 -
CMYK 0.46 0.94 0 0.24
HSL 270.66º 0.89% 0.4% -
HSV(B) 270.66º 0.94% 0.76% -
XYZ 15.45 7.03 50.99 -
YUV 59.56 203.31 159.7 -
System Red Green Blue C M Y K H S L
Decimal 104 11 193 0.46 0.94 0 0.24 270.66 0.89 0.4
Hex 68 B C1 2E 5E 0 18 10F 59 28
Octal 150 13 301 56 136 0 30 417 131 50
Binary 1101000 1011 11000001 101110 1011110 0 11000 100001111 1011001 101000

Color Harmonies of #680BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680BC1

Black with #680BC1

Text Example


Text Example

White with #680BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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