Html Css Color HEX #680FBA Purple Heart

📋 copy color: '#680FBA'

red 104 ◦ green 15 ◦ blue 186

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

Shades of Purple Heart #680FBA

Tints of Purple Heart #680FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 60.98%

R = 34.1%
G = 4.92%
B = 60.98%

CMYK

 C value IS 0.44

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#680FBA (or 0x680FBA) is known color: Purple Heart. HEX triplet: 68, 0F and BA. RGB value is (104,15,186). Sum of RGB (Red+Green+Blue) = 104+15+186=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 15 (6.25% from 255 or 4.92% from 305); Blue value is 186 (73.05% from 255 or 60.98% from 305); Max value from RGB is 186 - color contains mainly: blue. Hex color #680FBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680FBA is #97F045. Grayscale: #3C3C3C. Windows color (decimal): -9957446 or 12193640. OLE color: 12193640.

HSL color Cylindrical-coordinate representation of color #680FBA: hue angle of 271.23º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #680FBA is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 15 186 -
CMYK 0.44 0.92 0 0.27
HSL 271.23º 0.85% 0.39% -
HSV(B) 271.23º 0.92% 0.73% -
XYZ 14.74 6.83 47 -
YUV 61.11 198.49 158.6 -
System Red Green Blue C M Y K H S L
Decimal 104 15 186 0.44 0.92 0 0.27 271.23 0.85 0.39
Hex 68 F BA 2C 5C 0 1B 10F 55 27
Octal 150 17 272 54 134 0 33 417 125 47
Binary 1101000 1111 10111010 101100 1011100 0 11011 100001111 1010101 100111

Color Harmonies of #680FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680FBA

Black with #680FBA

Text Example


Text Example

White with #680FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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