Html Css Color HEX #680CBE Purple Heart

📋 copy color: '#680CBE'

red 104 ◦ green 12 ◦ blue 190

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

Shades of Purple Heart #680CBE

Tints of Purple Heart #680CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 62.09%

R = 33.99%
G = 3.92%
B = 62.09%

CMYK

 C value IS 0.45

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#680CBE (or 0x680CBE) is known color: Purple Heart. HEX triplet: 68, 0C and BE. RGB value is (104,12,190). Sum of RGB (Red+Green+Blue) = 104+12+190=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 190 (74.61% from 255 or 62.09% from 306); Max value from RGB is 190 - color contains mainly: blue. Hex color #680CBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680CBE is #97F341. Grayscale: #3B3B3B. Windows color (decimal): -9958210 or 12455016. OLE color: 12455016.

HSL color Cylindrical-coordinate representation of color #680CBE: hue angle of 271.01º degrees, saturation: 0.88, 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 #680CBE is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 12 190 -
CMYK 0.45 0.94 0 0.25
HSL 271.01º 0.88% 0.4% -
HSV(B) 271.01º 0.94% 0.75% -
XYZ 15.13 6.92 49.25 -
YUV 59.8 201.48 159.53 -
System Red Green Blue C M Y K H S L
Decimal 104 12 190 0.45 0.94 0 0.25 271.01 0.88 0.4
Hex 68 C BE 2D 5E 0 19 10F 58 28
Octal 150 14 276 55 136 0 31 417 130 50
Binary 1101000 1100 10111110 101101 1011110 0 11001 100001111 1011000 101000

Color Harmonies of #680CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680CBE

Black with #680CBE

Text Example


Text Example

White with #680CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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