Html Css Color HEX #680BAF Purple Heart

📋 copy color: '#680BAF'

red 104 ◦ green 11 ◦ blue 175

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

Shades of Purple Heart #680BAF

Tints of Purple Heart #680BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 60.34%

R = 35.86%
G = 3.79%
B = 60.34%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#680BAF (or 0x680BAF) is known color: Purple Heart. HEX triplet: 68, 0B and AF. RGB value is (104,11,175). Sum of RGB (Red+Green+Blue) = 104+11+175=290 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.86% from 290); Green value is 11 (4.69% from 255 or 3.79% from 290); Blue value is 175 (68.75% from 255 or 60.34% from 290); Max value from RGB is 175 - color contains mainly: blue. Hex color #680BAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680BAF is #97F450. Grayscale: #383838. Windows color (decimal): -9958481 or 11471720. OLE color: 11471720.

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

Color convert

RGB 104 11 175 -
CMYK 0.41 0.94 0 0.31
HSL 274.02º 0.88% 0.36% -
HSV(B) 274.02º 0.94% 0.69% -
XYZ 13.57 6.28 41.05 -
YUV 57.5 194.31 161.16 -
System Red Green Blue C M Y K H S L
Decimal 104 11 175 0.41 0.94 0 0.31 274.02 0.88 0.36
Hex 68 B AF 29 5E 0 1F 112 58 24
Octal 150 13 257 51 136 0 37 422 130 44
Binary 1101000 1011 10101111 101001 1011110 0 11111 100010010 1011000 100100

Color Harmonies of #680BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680BAF

Black with #680BAF

Text Example


Text Example

White with #680BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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