Html Css Color HEX #680BAE Purple Heart

📋 copy color: '#680BAE'

red 104 ◦ green 11 ◦ blue 174

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

Shades of Purple Heart #680BAE

Tints of Purple Heart #680BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 60.21%

R = 35.99%
G = 3.81%
B = 60.21%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#680BAE (or 0x680BAE) is known color: Purple Heart. HEX triplet: 68, 0B and AE. RGB value is (104,11,174). Sum of RGB (Red+Green+Blue) = 104+11+174=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 11 (4.69% from 255 or 3.81% from 289); Blue value is 174 (68.36% from 255 or 60.21% from 289); Max value from RGB is 174 - color contains mainly: blue. Hex color #680BAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680BAE is #97F451. Grayscale: #383838. Windows color (decimal): -9958482 or 11406184. OLE color: 11406184.

HSL color Cylindrical-coordinate representation of color #680BAE: hue angle of 274.23º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680BAE is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 11 174 -
CMYK 0.40 0.94 0 0.32
HSL 274.23º 0.88% 0.36% -
HSV(B) 274.23º 0.94% 0.68% -
XYZ 13.47 6.24 40.54 -
YUV 57.39 193.81 161.25 -
System Red Green Blue C M Y K H S L
Decimal 104 11 174 0.40 0.94 0 0.32 274.23 0.88 0.36
Hex 68 B AE 28 5E 0 20 112 58 24
Octal 150 13 256 50 136 0 40 422 130 44
Binary 1101000 1011 10101110 101000 1011110 0 100000 100010010 1011000 100100

Color Harmonies of #680BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680BAE

Black with #680BAE

Text Example


Text Example

White with #680BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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