Html Css Color HEX #680FBF Purple Heart

📋 copy color: '#680FBF'

red 104 ◦ green 15 ◦ blue 191

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

Shades of Purple Heart #680FBF

Tints of Purple Heart #680FBF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.84%

 BLUE value IS 191 (75% from 255) = 61.61%

R = 33.55%
G = 4.84%
B = 61.61%

CMYK

 C value IS 0.46

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#680FBF (or 0x680FBF) is known color: Purple Heart. HEX triplet: 68, 0F and BF. RGB value is (104,15,191). Sum of RGB (Red+Green+Blue) = 104+15+191=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 15 (6.25% from 255 or 4.84% from 310); Blue value is 191 (75% from 255 or 61.61% from 310); Max value from RGB is 191 - color contains mainly: blue. Hex color #680FBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680FBF is #97F040. Grayscale: #3D3D3D. Windows color (decimal): -9957441 or 12521320. OLE color: 12521320.

HSL color Cylindrical-coordinate representation of color #680FBF: hue angle of 270.34º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #680FBF is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 15 191 -
CMYK 0.46 0.92 0 0.25
HSL 270.34º 0.85% 0.4% -
HSV(B) 270.34º 0.92% 0.75% -
XYZ 15.28 7.05 49.84 -
YUV 61.68 200.99 158.19 -
System Red Green Blue C M Y K H S L
Decimal 104 15 191 0.46 0.92 0 0.25 270.34 0.85 0.4
Hex 68 F BF 2E 5C 0 19 10E 55 28
Octal 150 17 277 56 134 0 31 416 125 50
Binary 1101000 1111 10111111 101110 1011100 0 11001 100001110 1010101 101000

Color Harmonies of #680FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680FBF

Black with #680FBF

Text Example


Text Example

White with #680FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,15,191); }

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

background-color css

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

 a { background-color: rgb(104,15,191); }

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

border-color css

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

 span { border-color: rgb(104,15,191); }

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