Html Css Color HEX #680BBA Purple Heart

📋 copy color: '#680BBA'

red 104 ◦ green 11 ◦ blue 186

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

Shades of Purple Heart #680BBA

Tints of Purple Heart #680BBA

RGB

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

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

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

R = 34.55%
G = 3.65%
B = 61.79%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#680BBA (or 0x680BBA) is known color: Purple Heart. HEX triplet: 68, 0B and BA. RGB value is (104,11,186). Sum of RGB (Red+Green+Blue) = 104+11+186=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #680BBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680BBA is #97F445. Grayscale: #3A3A3A. Windows color (decimal): -9958470 or 12192616. OLE color: 12192616.

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

Color convert

RGB 104 11 186 -
CMYK 0.44 0.94 0 0.27
HSL 271.89º 0.89% 0.39% -
HSV(B) 271.89º 0.94% 0.73% -
XYZ 14.69 6.73 46.98 -
YUV 58.76 199.81 160.27 -
System Red Green Blue C M Y K H S L
Decimal 104 11 186 0.44 0.94 0 0.27 271.89 0.89 0.39
Hex 68 B BA 2C 5E 0 1B 110 59 27
Octal 150 13 272 54 136 0 33 420 131 47
Binary 1101000 1011 10111010 101100 1011110 0 11011 100010000 1011001 100111

Color Harmonies of #680BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680BBA

Black with #680BBA

Text Example


Text Example

White with #680BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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