Html Css Color HEX #680CBA Purple Heart

📋 copy color: '#680CBA'

red 104 ◦ green 12 ◦ blue 186

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

Shades of Purple Heart #680CBA

Tints of Purple Heart #680CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 61.59%

R = 34.44%
G = 3.97%
B = 61.59%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#680CBA (or 0x680CBA) is known color: Purple Heart. HEX triplet: 68, 0C and BA. RGB value is (104,12,186). Sum of RGB (Red+Green+Blue) = 104+12+186=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 12 (5.08% from 255 or 3.97% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #680CBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680CBA is #97F345. Grayscale: #3A3A3A. Windows color (decimal): -9958214 or 12192872. OLE color: 12192872.

HSL color Cylindrical-coordinate representation of color #680CBA: hue angle of 271.72º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680CBA is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 12 186 -
CMYK 0.44 0.94 0 0.27
HSL 271.72º 0.88% 0.39% -
HSV(B) 271.72º 0.94% 0.73% -
XYZ 14.7 6.75 46.98 -
YUV 59.34 199.48 159.85 -
System Red Green Blue C M Y K H S L
Decimal 104 12 186 0.44 0.94 0 0.27 271.72 0.88 0.39
Hex 68 C BA 2C 5E 0 1B 110 58 27
Octal 150 14 272 54 136 0 33 420 130 47
Binary 1101000 1100 10111010 101100 1011110 0 11011 100010000 1011000 100111

Color Harmonies of #680CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680CBA

Black with #680CBA

Text Example


Text Example

White with #680CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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