Html Css Color HEX #680BC8 Purple Heart

📋 copy color: '#680BC8'

red 104 ◦ green 11 ◦ blue 200

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

Shades of Purple Heart #680BC8

Tints of Purple Heart #680BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 63.49%

R = 33.02%
G = 3.49%
B = 63.49%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#680BC8 (or 0x680BC8) is known color: Purple Heart. HEX triplet: 68, 0B and C8. RGB value is (104,11,200). Sum of RGB (Red+Green+Blue) = 104+11+200=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 11 (4.69% from 255 or 3.49% from 315); Blue value is 200 (78.52% from 255 or 63.49% from 315); Max value from RGB is 200 - color contains mainly: blue. Hex color #680BC8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680BC8 is #97F437. Grayscale: #3B3B3B. Windows color (decimal): -9958456 or 13110120. OLE color: 13110120.

HSL color Cylindrical-coordinate representation of color #680BC8: hue angle of 269.52º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680BC8 is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 104 11 200 -
CMYK 0.48 0.94 0 0.22
HSL 269.52º 0.9% 0.41% -
HSV(B) 269.52º 0.95% 0.78% -
XYZ 16.25 7.35 55.21 -
YUV 60.35 206.81 159.13 -
System Red Green Blue C M Y K H S L
Decimal 104 11 200 0.48 0.94 0 0.22 269.52 0.9 0.41
Hex 68 B C8 30 5E 0 16 10E 5A 29
Octal 150 13 310 60 136 0 26 416 132 51
Binary 1101000 1011 11001000 110000 1011110 0 10110 100001110 1011010 101001

Color Harmonies of #680BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680BC8

Black with #680BC8

Text Example


Text Example

White with #680BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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